Searched refs:rts_ifp (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sbin/routed/
H A Ddefs.h201 struct interface *rts_ifp; member in struct:rt_entry::rt_spare
215 #define rt_ifp rt_spares[0].rts_ifp
H A Dif.c1168 loop_rts.rts_ifp = ifp;
1176 loop_rts.rts_ifp = ifp;
1235 loop_rts.rts_ifp = ifp1;
1242 loop_rts.rts_ifp = ifp;
1261 loop_rts.rts_ifp = NULL;
1294 new.rts_ifp = ifp;
1342 new.rts_ifp = ifp;
H A Dinput.c765 new.rts_ifp = aifp;
H A Doutput.c597 || rts->rts_ifp != ws.ifp)
H A Drdisc.c544 new.rts_ifp = new_drp->dr_ifp;
H A Dtable.c834 new.rts_ifp = ifp;
1783 if (!AGE_RT(state, new->rts_ifp))
1962 new.rts_ifp = ifp1;
1990 && (rts->rts_ifp == NULL
1991 || (rts->rts_ifp->int_state & IS_BROKE)))
2034 ifp = rts->rts_ifp;
H A Dtrace.c613 (void)fprintf(ftrace, "%s ", (rts->rts_ifp == NULL ?
614 "if?" : rts->rts_ifp->int_name));
687 || AGE_RT(rt->rt_state,new->rts_ifp)));
704 -(new->rts_ifp == rts->rts_ifp),
709 || AGE_RT(rt->rt_state, new->rts_ifp))));
717 || AGE_RT(rt->rt_state,new->rts_ifp)));
808 -(new->rts_ifp == rt->rt_ifp),
812 && AGE_RT(rt->rt_state,new->rts_ifp)));

Completed in 126 milliseconds