Searched refs:ip_objectlist (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | ip.c | 2880 struct arglist ip_objectlist[] = { {"address", 0}, {"link", 1}, in ip_main() local 2883 if ((idx = substring_to_idx(*optargv, ip_objectlist)) == -1) help_exit(0); in ip_main() 2888 struct arglist ip_objectlist[] = { {"ipaddr", 0}, {"iplink", 1}, in ip_main() local 2890 if ((idx = string_to_idx(toys.which->name, ip_objectlist)) == -1) in ip_main()
|