HomeSort by relevance Sort by last modified time
    Searched full:get_ifaceindex (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
ip.c 451 static uint32_t get_ifaceindex(char *name, int ext) function
585 request.info.ifi_index = get_ifaceindex(name, 1);
605 uint32_t idx = get_ifaceindex(link, 1);
619 if (!get_ifaceindex(toybuf, 0)) break;
917 if (*argv && strcasecmp("up",*argv)) index = get_ifaceindex(*argv, 1);
    [all...]

Completed in 1022 milliseconds