Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c71 static struct cmdline *testpmd_cl; variable
18126 testpmd_cl = cmdline_stdin_new(main_ctx, "testpmd> "); in prompt()
18127 if (testpmd_cl == NULL) in prompt()
18134 cmdline_interact(testpmd_cl); in prompt()
18136 cmdline_stdin_exit(testpmd_cl); in prompt()
18142 if (testpmd_cl != NULL) { in prompt_exit()
18143 cmdline_quit(testpmd_cl); in prompt_exit()
18144 cmdline_stdin_exit(testpmd_cl); in prompt_exit()