Home
last modified time | relevance | path

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

/dpdk/app/test-acl/
H A Dmain.c42 #define OPT_VERBOSE "verbose" macro
1000 "[--" OPT_VERBOSE "=<verbose level>]\n" in print_usage()
1021 fprintf(f, "%s:%u\n", OPT_VERBOSE, config.verbose); in dump_config()
1051 {OPT_VERBOSE, 1, 0, 0}, in get_input_opts()
1095 } else if (strcmp(lgopts[opt_idx].name, OPT_VERBOSE) == 0) { in get_input_opts()