Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dip.c640 struct arglist cmd_objectlist[] = {{"up", 0}, {"down", 1}, {"arp", 2}, in link_set() local
653 if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in link_set()
940 struct arglist cmd_objectlist[] = {{"add", 0}, {"delete", 0}, in iplink() local
944 else if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in iplink()
1065 struct arglist cmd_objectlist[] = {{"dev",0}, {"peer", 1}, in ipaddrupdate() local
1086 idx = substring_to_idx(*argv, cmd_objectlist); in ipaddrupdate()
1233 struct arglist cmd_objectlist[] = {{"to", 0}, {"scope", 1}, {"up", 2}, in ipaddr_listflush() local
1247 switch (idx = substring_to_idx(*argv, cmd_objectlist)) { in ipaddr_listflush()
1429 struct arglist cmd_objectlist[] = { {"add", 0}, {"delete", 0}, in ipaddr() local
1434 else if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in ipaddr()
[all …]