Searched refs:gateway_is_ready (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/network/ |
D | networkd-route-util.h | 17 bool gateway_is_ready(Link *link, bool onlink, int family, const union in_addr_union *gw);
|
D | networkd-route-util.c | 105 bool gateway_is_ready(Link *link, bool onlink, int family, const union in_addr_union *gw) { in gateway_is_ready() function
|
D | networkd-nexthop.c | 554 …return gateway_is_ready(link, FLAGS_SET(nexthop->flags, RTNH_F_ONLINK), nexthop->family, &nexthop-… in nexthop_is_ready_to_configure()
|
D | networkd-route.c | 1288 … if (!gateway_is_ready(link, FLAGS_SET(route->flags, RTNH_F_ONLINK), route->gw_family, &route->gw)) in route_is_ready_to_configure() 1306 … if (!gateway_is_ready(l ?: link, FLAGS_SET(route->flags, RTNH_F_ONLINK), m->gateway.family, &a)) in route_is_ready_to_configure()
|