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

  /external/dhcpcd/
dhcpcd.c 263 struct interface *ifp, *ifl = NULL; local
278 ifl = ifp;
280 if (ifl)
281 ifl->next = ifp->next;
779 size_t len = 0, ifl; local
827 ifl = strlen(iface->name);
828 if (ifl < 5) {
829 memcpy(iface->clientid + 2, iface->name, ifl);
830 if (ifl < 4)
831 memset(iface->clientid + 2 + ifl,
1299 struct interface *ifs, *ifp, *ifn, *ifl = NULL; local
1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
1511 struct interface *ifp, *ifl; local
    [all...]
net.c 337 struct interface *ifp, *ifs, *ifl; local
359 ifs = ifl = NULL;
518 if (ifl)
519 ifl->next = ifp;
522 ifl = ifp;

Completed in 75 milliseconds