Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/routed/
H A Doutput.c61 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
349 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : 0); in supply_out()
587 && (ws.state & WS_ST_TO_ON_NET) in walk_supply()
682 ws.state |= WS_ST_TO_ON_NET; in supply()
735 || !(ws.state & WS_ST_TO_ON_NET)) { in supply()