Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c167 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 Dmain.c422 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 Dmain.c400 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 Dioatfwd.c603 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 Dmain.c490 static const char short_options[] = variable
573 while ((opt = getopt_long(argc, argvopt, short_options, in parse_args()
/f-stack/lib/
H A Dff_config.c47 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 Dntb_fwd.c1120 static const char short_options[] = variable
1158 while ((opt = getopt_long(argc, argvopt, short_options, in ntb_parse_args()