Home
last modified time | relevance | path

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

/dpdk/app/test-acl/
H A Dmain.c32 #define OPT_RULE_FILE "rulesf" macro
982 "--" OPT_RULE_FILE "=<rules set file>\n" in print_usage()
1012 fprintf(f, "%s:%s\n", OPT_RULE_FILE, config.rule_file); in dump_config()
1033 OPT_RULE_FILE); in check_config()
1042 {OPT_RULE_FILE, 1, 0, 0}, in get_input_opts()
1066 if (strcmp(lgopts[opt_idx].name, OPT_RULE_FILE) == 0) { in get_input_opts()