Searched refs:short_options (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 167 static const char short_options[] = variable 218 while ((opt = getopt_long(argc, argvopt, short_options, in l2fwd_event_parse_args()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 422 static const char short_options[] = variable 460 while ((opt = getopt_long(argc, argvopt, short_options, in l2fwd_parse_args()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 400 static const char short_options[] = "p:" /* portmask */ variable 457 while ((opt = getopt_long(argc, argvopt, short_options, lgopts, in parse_args()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 603 static const char short_options[] = in ioat_parse_args() local 629 while ((opt = getopt_long(argc, argvopt, short_options, in ioat_parse_args()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 490 static const char short_options[] = variable 573 while ((opt = getopt_long(argc, argvopt, short_options, in parse_args()
|
| /f-stack/lib/ |
| H A D | ff_config.c | 47 char* const short_options = "c:t:p:"; variable 889 while((c = getopt_long(argc, argv, short_options, long_options, &index)) != -1) { in ff_parse_args()
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 1120 static const char short_options[] = variable 1158 while ((opt = getopt_long(argc, argvopt, short_options, in ntb_parse_args()
|