Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dpfe_route.c76 HOST_ISUP(host->up) ? "up" : "down", in sync_routes()
135 hdr.rtm_type = HOST_ISUP(crt->up) ? RTM_ADD : RTM_DELETE; in pfe_route()
191 HOST_ISUP(crt->up) ? "added" : "deleted"); in pfe_route()
197 HOST_ISUP(crt->up) ? "add" : "delete", gwname, in pfe_route()
H A Dpfe.c172 if (HOST_ISUP(st.up)) { in pfe_dispatch_hce()
177 } else if (HOST_ISUP(host->up)) { in pfe_dispatch_hce()
H A Drelayd.h493 #define HOST_ISUP(x) (x == HOST_UP) macro