Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c74 static struct cmdline *testpmd_cl; variable
17119 testpmd_cl = cmdline_stdin_new(main_ctx, "testpmd> "); in prompt()
17120 if (testpmd_cl == NULL) in prompt()
17122 cmdline_interact(testpmd_cl); in prompt()
17123 cmdline_stdin_exit(testpmd_cl); in prompt()
17129 if (testpmd_cl != NULL) in prompt_exit()
17130 cmdline_quit(testpmd_cl); in prompt_exit()