Lines Matching defs:ifp1
59 struct interface *ifp, *ifp1, *ifp2;
83 for (ifp1 = ifp; ifp1 != NULL;
84 ifp1 = ifp1->int_ilist.hl_next) {
85 if (ifp1->int_addr == from->sin_addr.s_addr)
86 return (ifp1);
89 on_net(from->sin_addr.s_addr, ifp1->int_net,
90 ifp1->int_mask)) {
91 ifp2 = ifp1;
166 struct interface *ifp1;
250 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE);
251 if (ifp1 != NULL) {
252 if (ifp1->int_state & IS_REMOTE) {
254 ifp = ifp1;
617 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE);
618 if (ifp1 != NULL) {
619 if (ifp1->int_state & IS_REMOTE) {
621 ifp = ifp1;
1068 struct interface *ifp1;
1076 ifp1 = ifwithaddr(dst, _B_TRUE, _B_FALSE);
1077 if (ifp1 != NULL && (ifp1->int_state & IS_PASSIVE))