Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dip.c140 static void iphelp(void) in iphelp() function
522 if ((idx = substring_to_idx(*argv++, vlan_optlist)) == -1) iphelp(); in vlan_parse_opt()
525 if (!*argv) iphelp(); in vlan_parse_opt()
531 if ((idx = substring_to_idx(*argv, vlan_protolist)) == -1) iphelp(); in vlan_parse_opt()
539 if ((param = substring_to_idx(*argv, on_off)) == -1) iphelp(); in vlan_parse_opt()
653 if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in link_set()
662 if (!*argv) iphelp(); in link_set()
673 } else iphelp(); in link_set()
944 else if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in iplink()
1434 else if ((idx = substring_to_idx(*argv++, cmd_objectlist)) == -1) iphelp(); in ipaddr()
[all …]