Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Doutput.c52 #define WS_ST_RIP2_ALL 0x002 /* send full featured RIPv2 */ macro
354 if ((ws.state & WS_ST_RIP2_ALL) in supply_out()
408 if (ws.state & WS_ST_RIP2_ALL) { in supply_out()
479 if (ws.state & WS_ST_RIP2_ALL) in walk_supply()
530 if ((ws.state & WS_ST_AG) && (ws.state & WS_ST_RIP2_ALL)) in walk_supply()
554 && !(ws.state & WS_ST_RIP2_ALL) in walk_supply()
728 ws.state |= WS_ST_RIP2_ALL; in supply()
764 if ((ws.state & WS_ST_RIP2_ALL) in supply()