sbin/routed/defs.h
211
#define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
sbin/routed/table.c
1539
if (rt != NULL && (rt->rt_state & RS_STATIC))
sbin/routed/table.c
1772
if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC
sbin/routed/table.c
1843
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
824
if (!(rt->rt_state & RS_STATIC))
sbin/routed/table.c
825
rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);
sbin/routed/table.c
827
rtadd(k->k_dst, k->k_mask, RS_STATIC, &new);
sbin/routed/trace.c
513
{ RS_STATIC, 0, "STATIC" },