Searched defs: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.c69 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
396 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : NULL);
650 (ws.state & WS_ST_TO_ON_NET) && (!(RT->rt_state & RS_IF) ||
764 ws.state |= WS_ST_TO_ON_NET;
819 if ((ws.state & WS_ST_QUERY) || !(ws.state & WS_ST_TO_ON_NET)) {

Completed in 58 milliseconds