Lines Matching refs:ifp1
138 struct interface *ifp1; in input() local
204 ifp1 = ifwithaddr(FROM_NADDR, 0, 1); in input()
205 if (ifp1) { in input()
206 if (ifp1->int_state & IS_REMOTE) { in input()
208 aifp = ifp1; in input()
518 ifp1 = ifwithaddr(FROM_NADDR, 0, 1); in input()
519 if (ifp1) { in input()
520 if (ifp1->int_state & IS_REMOTE) { in input()
522 aifp = ifp1; in input()
782 struct interface *ifp1; in input_route() local
791 ifp1 = ifwithaddr(dst, 1, 1); in input_route()
792 if (ifp1 != NULL in input_route()
793 && (!(ifp1->int_state & IS_BROKE) in input_route()
794 || (ifp1->int_state & IS_PASSIVE))) in input_route()