Home
last modified time | relevance | path

Searched refs:ctx_cmdline (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c899 struct cmdline *ctx_cmdline; in ethapp_main() local
901 ctx_cmdline = cmdline_stdin_new(list_prompt_commands, "EthApp> "); in ethapp_main()
902 cmdline_interact(ctx_cmdline); in ethapp_main()
903 cmdline_stdin_exit(ctx_cmdline); in ethapp_main()