Searched refs:ifp1 (Results 1 – 3 of 3) sorted by relevance
880 struct interface *ifp1; in if_sick() local890 for (ifp1 = ifp->int_phys->phyi_interface; in if_sick()891 ifp1 != NULL; ifp1 = ifp1->int_ilist.hl_next) { in if_sick()892 if (ifp1 != ifp) in if_sick()893 if_sick(ifp1, _B_FALSE); in if_sick()904 struct interface *ifp1; in if_bad() local921 for (ifp1 = ifp->int_phys->phyi_interface; in if_bad()922 ifp1 != NULL; ifp1 = ifp1->int_ilist.hl_next) { in if_bad()923 if (ifp1 != ifp) in if_bad()924 if_bad(ifp1, _B_FALSE); in if_bad()[all …]
59 struct interface *ifp, *ifp1, *ifp2; in receiving_interface() local83 for (ifp1 = ifp; ifp1 != NULL; in receiving_interface()84 ifp1 = ifp1->int_ilist.hl_next) { in receiving_interface()85 if (ifp1->int_addr == from->sin_addr.s_addr) in receiving_interface()86 return (ifp1); in receiving_interface()89 on_net(from->sin_addr.s_addr, ifp1->int_net, in receiving_interface()90 ifp1->int_mask)) { in receiving_interface()91 ifp2 = ifp1; in receiving_interface()166 struct interface *ifp1; in input() local250 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE); in input()[all …]
2572 struct interface *ifp, *ifp1; in rtbad_sub() local2577 ifp1 = NULL; in rtbad_sub()2590 ifp1 = ifp; in rtbad_sub()2608 ifp1 = ifp; in rtbad_sub()2625 if (ifp1 != NULL || (state & RS_NET_SYN)) { in rtbad_sub()2627 new.rts_ifp = ifp1; in rtbad_sub()