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

  /external/dhcpcd/
dhcpcd.c 252 struct interface *ifp, *ifl = NULL; local
262 ifl = ifp;
264 if (ifl)
265 ifl->next = ifp->next;
753 size_t len = 0, ifl; local
799 ifl = strlen(iface->name);
800 if (ifl < 5) {
801 memcpy(iface->clientid + 2, iface->name, ifl);
802 if (ifl < 4)
803 memset(iface->clientid + 2 + ifl,
1232 struct interface *ifs, *ifp, *ifn, *ifl = NULL; local
1409 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
1465 struct interface *ifp, *ifl; local
    [all...]
net.c 319 struct interface *ifp, *ifs, *ifl; local
341 ifs = ifl = NULL;
486 if (ifl)
487 ifl->next = ifp;
490 ifl = ifp;

Completed in 22 milliseconds