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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c68 #define WS_ST_QUERY 0x010 /* responding to a query */ macro
468 ((ws.state & WS_ST_QUERY) ||
526 if (!should_supply(NULL) && !(ws.state & WS_ST_QUERY) &&
649 if (ws.ifp != NULL && !(ws.state & WS_ST_QUERY) &&
718 if (!(ws.state & WS_ST_QUERY) && (pref >= HOPCNT_INFINITY ||
802 ws.state |= WS_ST_QUERY;
819 if ((ws.state & WS_ST_QUERY) || !(ws.state & WS_ST_TO_ON_NET)) {
898 if (ws.npackets == 0 && (ws.state & WS_ST_QUERY)) {

Completed in 196 milliseconds