Lines Matching refs:ifl
252 struct interface *ifp, *ifl = NULL; in stop_interface() local
262 ifl = ifp; in stop_interface()
264 if (ifl) in stop_interface()
265 ifl->next = ifp->next; in stop_interface()
753 size_t len = 0, ifl; in configure_interface1() local
799 ifl = strlen(iface->name); in configure_interface1()
800 if (ifl < 5) { in configure_interface1()
801 memcpy(iface->clientid + 2, iface->name, ifl); in configure_interface1()
802 if (ifl < 4) in configure_interface1()
803 memset(iface->clientid + 2 + ifl, in configure_interface1()
804 0, 4 - ifl); in configure_interface1()
806 ifl = htonl(if_nametoindex(iface->name)); in configure_interface1()
807 memcpy(iface->clientid + 2, &ifl, 4); in configure_interface1()
1232 struct interface *ifs, *ifp, *ifn, *ifl = NULL; in handle_interface() local
1263 ifl = ifn; in handle_interface()
1272 if (ifl) in handle_interface()
1273 ifl->next = ifp; in handle_interface()
1409 struct interface *ifl, *ifn, *ifp, *ifs, *ift; in reconf_reboot() local
1417 for (ifl = NULL; ifl != ifaces;) { in reconf_reboot()
1420 if (ifp->next == ifl) { in reconf_reboot()
1421 ifl = ifp; in reconf_reboot()
1428 ifl = ifp->next; in reconf_reboot()
1435 ifl = NULL; in reconf_reboot()
1439 ifl = ifn; in reconf_reboot()
1451 if (ifl) in reconf_reboot()
1452 ifl->next = ifp; in reconf_reboot()
1465 struct interface *ifp, *ifl; in handle_signal() local
1534 ifl = NULL; in handle_signal()
1538 ifl = ifp; in handle_signal()