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

/freebsd-12-stable/sbin/routed/
H A Doutput.c67 #define WS_ST_QUERY 0x010 /* responding to a query */ macro
422 && ((ws.state & WS_ST_QUERY)
466 if (!supplier && !(ws.state & WS_ST_QUERY)
593 && !(ws.state & WS_ST_QUERY)
649 if (!(ws.state & WS_ST_QUERY)
724 ws.state |= WS_ST_QUERY;
741 if ((ws.state & WS_ST_QUERY)
805 && (ws.state & WS_ST_QUERY))

Completed in 100 milliseconds