Lines Matching refs:ifl
263 struct interface *ifp, *ifl = NULL; in stop_interface() local
278 ifl = ifp; in stop_interface()
280 if (ifl) in stop_interface()
281 ifl->next = ifp->next; in stop_interface()
779 size_t len = 0, ifl; in configure_interface1() local
827 ifl = strlen(iface->name); in configure_interface1()
828 if (ifl < 5) { in configure_interface1()
829 memcpy(iface->clientid + 2, iface->name, ifl); in configure_interface1()
830 if (ifl < 4) in configure_interface1()
831 memset(iface->clientid + 2 + ifl, in configure_interface1()
832 0, 4 - ifl); in configure_interface1()
834 ifl = htonl(if_nametoindex(iface->name)); in configure_interface1()
835 memcpy(iface->clientid + 2, &ifl, 4); in configure_interface1()
1299 struct interface *ifs, *ifp, *ifn, *ifl = NULL; in handle_interface() local
1327 ifl = ifn; in handle_interface()
1336 if (ifl) in handle_interface()
1337 ifl->next = ifp; in handle_interface()
1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift; in reconf_reboot() local
1481 ifl = NULL; in reconf_reboot()
1485 ifl = ifn; in reconf_reboot()
1497 if (ifl) in reconf_reboot()
1498 ifl->next = ifp; in reconf_reboot()
1511 struct interface *ifp, *ifl; in handle_signal() local
1580 ifl = NULL; in handle_signal()
1584 ifl = ifp; in handle_signal()