Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cmdline/
H A Dmeson.build6 'cmdline_parse.c',
17 'cmdline_parse.h',
H A Dcmdline_parse.h155 int cmdline_parse(struct cmdline *cl, const char *buf);
H A Dversion.map37 cmdline_parse;
H A Dcmdline.c31 ret = cmdline_parse(cl, buf); in cmdline_valid_buffer()
H A Dcmdline_parse.c191 cmdline_parse(struct cmdline *cl, const char * buf) in cmdline_parse() function
/f-stack/dpdk/app/test/
H A Dtest_cmdline_lib.c60 if (cmdline_parse(NULL, "buffer") >= 0) in test_cmdline_parse_fns()
62 if (cmdline_parse(cl, NULL) >= 0) in test_cmdline_parse_fns()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dparser.c510 if (cmdline_parse(cl, str) < 0) { in parse_cfg_file()