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

/freebsd-12-stable/sbin/routed/
H A Doutput.c64 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */ macro
366 if ((ws.state & WS_ST_RIP2_ALL)
420 if (ws.state & WS_ST_RIP2_ALL) {
491 if (ws.state & WS_ST_RIP2_ALL)
542 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL))
566 && !(ws.state & WS_ST_RIP2_ALL)
740 ws.state |= WS_ST_RIP2_ALL;
776 if ((ws.state & WS_ST_RIP2_ALL)

Completed in 195 milliseconds