Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Doutput.c55 #define WS_ST_QUERY 0x010 /* responding to a query */ macro
410 && ((ws.state & WS_ST_QUERY) in supply_out()
454 if (!supplier && !(ws.state & WS_ST_QUERY) in walk_supply()
581 && !(ws.state & WS_ST_QUERY) in walk_supply()
637 if (!(ws.state & WS_ST_QUERY) in walk_supply()
712 ws.state |= WS_ST_QUERY; in supply()
729 if ((ws.state & WS_ST_QUERY) in supply()
793 && (ws.state & WS_ST_QUERY)) in supply()