Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Doutput.c56 #define WS_ST_TO_ON_NET 0x020 /* sending onto one of our nets */ macro
344 (ws.state & WS_ST_TO_ON_NET) ? ws.ifp : 0); in supply_out()
582 && (ws.state & WS_ST_TO_ON_NET) in walk_supply()
677 ws.state |= WS_ST_TO_ON_NET; in supply()
730 || !(ws.state & WS_ST_TO_ON_NET)) { in supply()