Searched refs:cmdline_get_help_ipaddr (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cmdline_ipaddr.c | 348 if (cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 372 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 422 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 464 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 507 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 549 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_valid() 603 cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_invalid_data() 659 if (cmdline_get_help_ipaddr(NULL, buf, 0) != -1) { in test_parse_ipaddr_invalid_param() 664 if (cmdline_get_help_ipaddr((cmdline_parse_token_hdr_t*)&token, in test_parse_ipaddr_invalid_param()
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_ipaddr.c | 21 .get_help = cmdline_get_help_ipaddr, 93 int cmdline_get_help_ipaddr(cmdline_parse_token_hdr_t *tk, char *dstbuf, in cmdline_get_help_ipaddr() function
|
| H A D | version.map | 29 cmdline_get_help_ipaddr;
|
| H A D | cmdline_parse_ipaddr.h | 45 int cmdline_get_help_ipaddr(cmdline_parse_token_hdr_t *tk, char *dstbuf,
|