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