| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 134 {"queue-priority", no_argument, 0, 'P'}, 135 {"parallel", no_argument, 0, 'p'}, 136 {"ordered", no_argument, 0, 'o'}, 137 {"quiet", no_argument, 0, 'q'}, 138 {"use-atq", no_argument, 0, 'a'}, 139 {"dump", no_argument, 0, 'D'},
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 313 { "help", no_argument, NULL, 'h' }, in parse_opts() 315 { "list-interfaces", no_argument, NULL, 'D' }, in parse_opts() 316 { "no-promiscuous-mode", no_argument, NULL, 'p' }, in parse_opts() 320 { "version", no_argument, NULL, 'v' }, in parse_opts()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | getopt.h | 58 #define no_argument 0 macro
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 851 { CPERF_SILENT, no_argument, 0, 0 }, 852 { CPERF_SESSIONLESS, no_argument, 0, 0 }, 853 { CPERF_OUT_OF_PLACE, no_argument, 0, 0 }, 881 { CPERF_PDCP_SES_HFN_EN, no_argument, 0, 0 }, 884 { CPERF_CSV, no_argument, 0, 0},
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 155 { "mac-updating", no_argument, 0, 1}, in parse_args() 156 { "no-mac-updating", no_argument, 0, 0}, in parse_args()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 206 { CMD_LINE_OPT_MAC_UPDATING, no_argument, &mac_updating, 1}, in l2fwd_event_parse_args() 207 { CMD_LINE_OPT_NO_MAC_UPDATING, no_argument, &mac_updating, 0}, in l2fwd_event_parse_args() 214 {CMD_LINE_OPT_ENABLE_VECTOR, no_argument, NULL, in l2fwd_event_parse_args()
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 62 {"interactive", no_argument, &interactive, 1}, in parse_args() 63 {"client", no_argument, &client_mode, 1}, in parse_args()
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 223 {OPT_ZERO_COPY, no_argument, in vhost_crypto_parse_args() 225 {OPT_POLLING, no_argument, in vhost_crypto_parse_args()
|
| /dpdk/lib/eal/windows/ |
| H A D | getopt.c | 170 if (long_options[match].has_arg == no_argument in parse_long_options()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 625 {CMD_LINE_OPT_MAC_UPDATING, no_argument, &mac_updating, 1}, in dma_parse_args() 626 {CMD_LINE_OPT_NO_MAC_UPDATING, no_argument, &mac_updating, 0}, in dma_parse_args()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 1665 { "sessionless", no_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1697 { "sessionless", no_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1700 { "mac-updating", no_argument, 0, 0}, in l2fwd_crypto_parse_args() 1701 { "no-mac-updating", no_argument, 0, 0}, in l2fwd_crypto_parse_args()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 449 { CMD_LINE_OPT_NO_MAC_UPDATING, no_argument, 0,
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 679 {OPT_CLIENT, no_argument, in us_vhost_parse_args() 681 {OPT_BUILTIN_NET_DRIVER, no_argument, in us_vhost_parse_args()
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 240 {OPT_FOLDER, no_argument, in cryptodev_fips_validate_parse_args() 248 {OPT_CRYPTODEV_ST, no_argument, in cryptodev_fips_validate_parse_args()
|