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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Doutput.c70 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
372 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : 0);
610 && (ws.state & WS_ST_TO_ON_NET)
706 ws.state |= WS_ST_TO_ON_NET;
759 || !(ws.state & WS_ST_TO_ON_NET)) {

Completed in 45 milliseconds