HomeSort by relevance Sort by last modified time
    Searched refs:ift (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/
if-pref.c 79 struct interface *sorted, *ifp, *ifn, *ift; local
94 for (ift = sorted; ift->next; ift = ift->next) {
95 if (ifcmp(ifp, ift->next) == -1) {
96 ifp->next = ift->next;
97 ift->next = ifp;
102 if (!ift->next) {
103 ift->next = ifp
    [all...]
dhcpcd.c 1409 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
    [all...]

Completed in 31 milliseconds