Home
last modified time | relevance | path

Searched refs:RS_STATIC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/routed/
H A Dtable.c824 if (!(rt->rt_state & RS_STATIC)) in kern_check_static()
825 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0); in kern_check_static()
827 rtadd(k->k_dst, k->k_mask, RS_STATIC, &new); in kern_check_static()
1539 if (rt != NULL && (rt->rt_state & RS_STATIC)) in del_static()
1772 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC in rtswitch()
1843 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
H A Ddefs.h174 # define RS_STATIC 0x040 /* from the kernel */ macro
211 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
H A Dtrace.c513 { RS_STATIC, 0, "STATIC" },