Searched defs: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.c65 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */ macro
407 if ((ws.state & WS_ST_RIP2_ALL) ||
466 if (ws.state & WS_ST_RIP2_ALL) {
554 if (ws.state & WS_ST_RIP2_ALL)
619 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL))
627 if ((RT->rt_state & RS_SUBNET) && !(ws.state & WS_ST_RIP2_ALL) &&
818 ws.state |= WS_ST_RIP2_ALL;
869 if ((ws.state & WS_ST_RIP2_ALL) &&

Completed in 47 milliseconds