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

/freebsd-12-stable/sbin/routed/
H A Doutput.c68 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
356 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : 0);
594 && (ws.state & WS_ST_TO_ON_NET)
689 ws.state |= WS_ST_TO_ON_NET;
742 || !(ws.state & WS_ST_TO_ON_NET)) {

Completed in 108 milliseconds