Searched refs:RS_STATIC (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/routed/ |
H A D | table.c | 832 if (!(rt->rt_state & RS_STATIC)) in kern_check_static() 833 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0); in kern_check_static() 835 rtadd(k->k_dst, k->k_mask, RS_STATIC, &new); in kern_check_static() 1581 if (rt != NULL && (rt->rt_state & RS_STATIC)) in del_static() 1824 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC in rtswitch() 1895 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
|
H A D | defs.h | 169 # define RS_STATIC 0x040 /* from the kernel */ macro 206 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
|
H A D | trace.c | 519 { RS_STATIC, 0, "STATIC" },
|