Searched refs:IF_OPTS (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | if-options.h | 44 #define IF_OPTS "46abc:de:f:gh:i:j:kl:m:no:pqr:s:t:u:v:wxy:z:" \ macro
|
D | dhcpcd.c | 1364 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in dhcpcd_handleargs() 1488 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in main()
|
D | if-options.c | 2341 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
|