Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-acl/
H A Dmain.c42 #define OPT_VERBOSE "verbose" macro
967 "[--" OPT_VERBOSE "=<verbose level>]\n" in print_usage()
988 fprintf(f, "%s:%u\n", OPT_VERBOSE, config.verbose); in dump_config()
1018 {OPT_VERBOSE, 1, 0, 0}, in get_input_opts()
1062 } else if (strcmp(lgopts[opt_idx].name, OPT_VERBOSE) == 0) { in get_input_opts()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c5391 ips = printstate(ips, opts & (OPT_DEBUG|OPT_VERBOSE),
H A Dfil.c2438 if (opts & (OPT_VERBOSE|OPT_DEBUG))