Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c63 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */ macro
405 if ((ws.state & WS_ST_RIP2_ALL) || in supply_out()
464 if (ws.state & WS_ST_RIP2_ALL) { in supply_out()
552 if (ws.state & WS_ST_RIP2_ALL) in walk_supply()
617 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL)) in walk_supply()
625 if ((RT->rt_state & RS_SUBNET) && !(ws.state & WS_ST_RIP2_ALL) && in walk_supply()
816 ws.state |= WS_ST_RIP2_ALL; in supply()
867 if ((ws.state & WS_ST_RIP2_ALL) && in supply()