Home | History | Annotate | Download | only in routed

Lines Matching defs:ifp1

152 	struct interface *ifp1;
212 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
213 if (ifp1) {
214 if (ifp1->int_state & IS_REMOTE) {
216 aifp = ifp1;
521 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
522 if (ifp1) {
523 if (ifp1->int_state & IS_REMOTE) {
525 aifp = ifp1;
786 struct interface *ifp1;
795 ifp1 = ifwithaddr(dst, 1, 1);
796 if (ifp1 != 0
797 && (!(ifp1->int_state & IS_BROKE)
798 || (ifp1->int_state & IS_PASSIVE)))