sbin/routed/defs.h
207
| RS_NET_SYN | RS_RDISC)) \
sbin/routed/if.c
1215
rtchange(rt, ((rt->rt_state & ~RS_NET_SYN)
sbin/routed/if.c
1241
RS_NET_SYN | RS_NET_INT, &loop_rts);
sbin/routed/if.c
1265
&& (!(rt->rt_state & RS_NET_SYN)
sbin/routed/if.c
1276
RS_NET_SYN, &new);
sbin/routed/if.c
1285
&& (rt->rt_state & RS_NET_SYN)
sbin/routed/if.c
1349
& ~(RS_NET_SYN | RS_LOCAL)),
sbin/routed/input.c
728
|| !(rt->rt_state & RS_NET_SYN)))
sbin/routed/output.c
465
if (RT->rt_state & RS_NET_SYN) {
sbin/routed/table.c
1414
if (RT->rt_state & RS_NET_SYN)
sbin/routed/table.c
1825
| RS_NET_SYN | RS_IF)))
sbin/routed/table.c
1839
rtchange(rt, rt->rt_state & ~(RS_NET_SYN | RS_RDISC), rts, label);
sbin/routed/table.c
1935
if (rt->rt_state & RS_NET_SYN) {
sbin/routed/table.c
1940
state |= RS_NET_SYN;
sbin/routed/table.c
1953
state |= (RS_NET_SYN | RS_NET_INT);
sbin/routed/table.c
1959
if (ifp1 != NULL || (state & RS_NET_SYN)) {
sbin/routed/table.c
1962
rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
sbin/routed/table.c
2003
if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
sbin/routed/trace.c
514
{ RS_NET_INT, RS_NET_SYN, "NET_INT" },
sbin/routed/trace.c
515
{ RS_NET_SYN, 0, "NET_SYN" },