sbin/routed/defs.h
165
# define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
sbin/routed/defs.h
208
&& (!((rt_state) & RS_IF) \
sbin/routed/if.c
1216
| (RS_IF|RS_LOCAL)),
sbin/routed/if.c
1222
(RS_IF | RS_LOCAL), &loop_rts);
sbin/routed/if.c
1348
rtchange(rt, ((rt->rt_state | RS_IF)
sbin/routed/if.c
1358
rtadd(dst, ifp->int_mask, RS_IF, &new);
sbin/routed/output.c
444
if ((RT->rt_state & RS_IF)
sbin/routed/output.c
497
if (!(RT->rt_state & RS_IF)
sbin/routed/output.c
583
&& (!(RT->rt_state & RS_IF)
sbin/routed/table.c
1417
if (!(RT->rt_state & RS_IF)) {
sbin/routed/table.c
1825
| RS_NET_SYN | RS_IF)))
sbin/routed/table.c
1895
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
2003
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/trace.c
513
{ RS_IF, 0, "IF" },