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

/freebsd-10.1-release/sbin/routed/
H A Doutput.c62 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */ macro
364 if ((ws.state & WS_ST_RIP2_ALL)
418 if (ws.state & WS_ST_RIP2_ALL) {
489 if (ws.state & WS_ST_RIP2_ALL)
540 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL))
564 && !(ws.state & WS_ST_RIP2_ALL)
740 ws.state |= WS_ST_RIP2_ALL;
776 if ((ws.state & WS_ST_RIP2_ALL)

Completed in 48 milliseconds