Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:ifl

263 	struct interface *ifp, *ifl = NULL;
278 ifl = ifp;
280 if (ifl)
281 ifl->next = ifp->next;
779 size_t len = 0, ifl;
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,
832 0, 4 - ifl);
834 ifl = htonl(if_nametoindex(iface->name));
835 memcpy(iface->clientid + 2, &ifl, 4);
1299 struct interface *ifs, *ifp, *ifn, *ifl = NULL;
1327 ifl = ifn;
1336 if (ifl)
1337 ifl->next = ifp;
1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift;
1481 ifl = NULL;
1485 ifl = ifn;
1497 if (ifl)
1498 ifl->next = ifp;
1511 struct interface *ifp, *ifl;
1580 ifl = NULL;
1584 ifl = ifp;