Lines Matching refs:ifp1
59 struct interface *ifp, *ifp1, *ifp2; in receiving_interface() local
83 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() local
250 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE); in input()
251 if (ifp1 != NULL) { in input()
252 if (ifp1->int_state & IS_REMOTE) { in input()
254 ifp = ifp1; in input()
617 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE); in input()
618 if (ifp1 != NULL) { in input()
619 if (ifp1->int_state & IS_REMOTE) { in input()
621 ifp = ifp1; in input()
1068 struct interface *ifp1; in input_route() local
1076 ifp1 = ifwithaddr(dst, _B_TRUE, _B_FALSE); in input_route()
1077 if (ifp1 != NULL && (ifp1->int_state & IS_PASSIVE)) in input_route()