Home
last modified time | relevance | path

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.c66 #define WS_ST_QUERY 0x010 /* responding to a query */ macro
466 ((ws.state & WS_ST_QUERY) || in supply_out()
524 if (!should_supply(NULL) && !(ws.state & WS_ST_QUERY) && in walk_supply()
647 if (ws.ifp != NULL && !(ws.state & WS_ST_QUERY) && in walk_supply()
716 if (!(ws.state & WS_ST_QUERY) && (pref >= HOPCNT_INFINITY || in walk_supply()
800 ws.state |= WS_ST_QUERY; in supply()
817 if ((ws.state & WS_ST_QUERY) || !(ws.state & WS_ST_TO_ON_NET)) { in supply()
896 if (ws.npackets == 0 && (ws.state & WS_ST_QUERY)) { in supply()