Home
last modified time | relevance | path

Searched refs:RS_MHOME (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/routed/
H A Doutput.c447 && !(RT->rt_state & RS_MHOME)) in walk_supply()
455 && !(RT->rt_state & RS_MHOME)) in walk_supply()
508 if (RT->rt_state & RS_MHOME) { in walk_supply()
H A Ddefs.h168 # define RS_MHOME 0x020 /* from -m */ macro
206 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
H A Dif.c1148 rtchange(rt, rt->rt_state | RS_MHOME, in ifinit()
1155 rtadd(myaddr, HOST_MASK, RS_MHOME, &loop_rts); in ifinit()
H A Dtrace.c518 { RS_MHOME, 0, "MHOME" },
H A Dtable.c1824 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC in rtswitch()