Searched refs:RS_STATIC (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sbin/routed/ |
H A D | table.c | 847 if (!(rt->rt_state & RS_STATIC)) in kern_check_static() 848 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0); in kern_check_static() 850 rtadd(k->k_dst, k->k_mask, RS_STATIC, &new); in kern_check_static() 1601 if (rt != 0 && (rt->rt_state & RS_STATIC)) in del_static() 1843 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC in rtswitch() 1915 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
|
H A D | defs.h | 201 # define RS_STATIC 0x040 /* from the kernel */ macro 238 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
|
H A D | trace.c | 538 { RS_STATIC, 0, "STATIC" },
|