sbin/routed/defs.h
206
#define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
sbin/routed/table.c
1581
if (rt != NULL && (rt->rt_state & RS_STATIC))
sbin/routed/table.c
1824
if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC
sbin/routed/table.c
1895
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
832
if (!(rt->rt_state & RS_STATIC))
sbin/routed/table.c
833
rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);
sbin/routed/table.c
835
rtadd(k->k_dst, k->k_mask, RS_STATIC, &new);
sbin/routed/trace.c
519
{ RS_STATIC, 0, "STATIC" },