Searched refs:HOST_ISUP (Results 1 – 3 of 3) sorted by relevance
76 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()
172 if (HOST_ISUP(st.up)) { in pfe_dispatch_hce()177 } else if (HOST_ISUP(host->up)) { in pfe_dispatch_hce()
493 #define HOST_ISUP(x) (x == HOST_UP) macro