Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c504 !(RT->rt_state & RS_MHOME)) in walk_supply()
525 !(RT->rt_state & RS_MHOME)) in walk_supply()
572 if (!(RT->rt_state & RS_IF) && !(RT->rt_state & RS_MHOME) && in walk_supply()
598 } else if (!(RT->rt_state & RS_MHOME)) { in walk_supply()
H A Ddefs.h228 #define RS_MHOME 0x0020 /* from -m */ macro
258 ((!((rt_state) & (RS_MHOME | RS_STATIC | RS_NET_SYN)) && \
H A Dif.c1657 rtchange(rt, rt->rt_state | RS_MHOME, in ifscan()
1665 rtadd(myaddr, HOST_MASK, RS_MHOME, &loop_rts); in ifscan()
H A Dtrace.c625 { RS_MHOME, 0, "MHOME" },
H A Dtable.c2438 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | in rtswitch()