sbin/routed/defs.h
238
#define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
sbin/routed/table.c
1601
if (rt != 0 && (rt->rt_state & RS_STATIC))
sbin/routed/table.c
1843
if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC
sbin/routed/table.c
1915
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
847
if (!(rt->rt_state & RS_STATIC))
sbin/routed/table.c
848
rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);
sbin/routed/table.c
850
rtadd(k->k_dst, k->k_mask, RS_STATIC, &new);
sbin/routed/trace.c
538
{ RS_STATIC, 0, "STATIC" },