Searched refs:NIPQUAD_FMT (Results 1 – 4 of 4) sorted by relevance
| /dpdk/examples/cmdline/ |
| H A D | commands.c | 28 #define NIPQUAD_FMT "%u.%u.%u.%u" macro 74 snprintf(ip_str, sizeof(ip_str), NIPQUAD_FMT, in cmd_obj_del_show_parsed() 145 snprintf(ip_str, sizeof(ip_str), NIPQUAD_FMT, in cmd_obj_add_parsed()
|
| /dpdk/app/test/ |
| H A D | test_cmdline_ipaddr.c | 39 #define NIPQUAD_FMT "%u.%u.%u.%u" macro 270 printf(NIPQUAD_FMT " prefixlen=%u\n", in dump_addr()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 100 #define NIPQUAD_FMT "%u.%u.%u.%u" macro 472 snprintf(buf, size, NIPQUAD_FMT, in get_string()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 58 #define NIPQUAD_FMT "%u.%u.%u.%u" macro 574 fprintf(f, NIPQUAD_FMT"\n", NIPQUAD(tbl4[i])); in dump_lookup() 819 fprintf(f, NIPQUAD_FMT"/%d %"PRIu64"\n", NIPQUAD(rt[i].addr), in dump_rt_4()
|