sbin/routed/defs.h
170
# define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
sbin/routed/if.c
1211
if (!(rt->rt_state & RS_LOCAL)
sbin/routed/if.c
1221
| (RS_IF|RS_LOCAL)),
sbin/routed/if.c
1227
(RS_IF | RS_LOCAL), &loop_rts);
sbin/routed/if.c
1353
& ~(RS_NET_SYN | RS_LOCAL)),
sbin/routed/output.c
525
if ((RT->rt_state & RS_LOCAL)
sbin/routed/table.c
1843
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
1862
if (rt->rt_state & RS_LOCAL) {
sbin/routed/table.c
1871
state |= RS_LOCAL;
sbin/routed/table.c
1878
if (!(state & RS_LOCAL)) {
sbin/routed/table.c
1909
rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
sbin/routed/table.c
1948
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/trace.c
511
{ RS_LOCAL, 0, "LOCAL" },