HomeSort by: relevance | last modified time | path
    Searched refs:RS_MHOME (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/routed/
defs.h 200 # define RS_MHOME 0x020 /* from -m */
238 #define AGE_RT(rt_state,ifp) (0 == ((rt_state) & (RS_MHOME | RS_STATIC \
output.c 475 && !(RT->rt_state & RS_MHOME))
483 && !(RT->rt_state & RS_MHOME))
536 if (RT->rt_state & RS_MHOME) {
if.c 1197 rtchange(rt, rt->rt_state | RS_MHOME,
1204 rtadd(myaddr, HOST_MASK, RS_MHOME, &loop_rts);
trace.c 537 { RS_MHOME, 0, "MHOME" },
table.c 1843 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | RS_RDISC

Completed in 126 milliseconds