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

/freebsd-11-stable/sbin/routed/
H A Dtable.c842 if (!(rt->rt_state & RS_STATIC))
843 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);
845 rtadd(k->k_dst, k->k_mask, RS_STATIC, &new);
1582 if (rt != NULL && (rt->rt_state & RS_STATIC))
1825 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC
1896 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
H A Ddefs.h196 # define RS_STATIC 0x040 /* from the kernel */ macro
233 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
H A Dtrace.c537 { RS_STATIC, 0, "STATIC" },

Completed in 80 milliseconds