Home
last modified time | relevance | path

Searched refs:RS_SUBNET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c595 if ((ws.state & WS_ST_AG) && ((RT->rt_state & RS_SUBNET) || in walk_supply()
625 if ((RT->rt_state & RS_SUBNET) && !(ws.state & WS_ST_RIP2_ALL) && in walk_supply()
H A Ddefs.h226 #define RS_SUBNET 0x0008 /* subnet route from any source */ macro
H A Dtrace.c623 { RS_SUBNET, 0, "" },
H A Dtable.c2332 state |= RS_SUBNET; in rtadd()
2387 state |= (rt->rt_state & RS_SUBNET); in rtchange()