Searched refs:OPTION_RULE_IPV4 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 31 #define OPTION_RULE_IPV4 "rule_ipv4" macro 711 printf("[EAL options] -- --"OPTION_RULE_IPV4"=FILE: "); in print_usage() 725 {OPTION_RULE_IPV4, 1, 0, 0}, in parse_args() 738 OPTION_RULE_IPV4, in parse_args() 739 sizeof(OPTION_RULE_IPV4))) in parse_args()
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 201 #define OPTION_RULE_IPV4 "rule_ipv4" macro 1180 printf(OPTION_RULE_IPV4": %s\n", parm_config.rule_ipv4_name); in dump_acl_config() 1611 "--"OPTION_RULE_IPV4"=FILE" in print_usage() 1622 " --"OPTION_RULE_IPV4"=FILE: specify the ipv4 rules entries " in print_usage() 1753 {OPTION_RULE_IPV4, 1, 0, 0}, in parse_args() 1838 OPTION_RULE_IPV4, in parse_args() 1839 sizeof(OPTION_RULE_IPV4))) in parse_args()
|