Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c67 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
394 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : NULL); in supply_out()
648 (ws.state & WS_ST_TO_ON_NET) && (!(RT->rt_state & RS_IF) || in walk_supply()
762 ws.state |= WS_ST_TO_ON_NET; in supply()
817 if ((ws.state & WS_ST_QUERY) || !(ws.state & WS_ST_TO_ON_NET)) { in supply()