Searched refs:IF_OPTS (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd/ |
D | if-options.h | 40 #define IF_OPTS "abc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GHI:JKLO:Q:S:TUVW:X:Z:" macro
|
D | if-options.c | 899 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in add_options()
|
D | dhcpcd.c | 1688 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in handle_args() 1826 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in main()
|