MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ethapp_main

Function ethapp_main

dpdk/examples/ethtool/ethtool-app/ethapp.c:912–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910
911
912void ethapp_main(void)
913{
914 struct cmdline *ctx_cmdline;
915
916 ctx_cmdline = cmdline_stdin_new(list_prompt_commands, "EthApp> ");
917 cmdline_interact(ctx_cmdline);
918 cmdline_stdin_exit(ctx_cmdline);
919}

Callers 1

mainFunction · 0.85

Calls 3

cmdline_stdin_newFunction · 0.85
cmdline_interactFunction · 0.85
cmdline_stdin_exitFunction · 0.85

Tested by

no test coverage detected