Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.h17 bool gateway_is_ready(Link *link, bool onlink, int family, const union in_addr_union *gw);
Dnetworkd-route-util.c105 bool gateway_is_ready(Link *link, bool onlink, int family, const union in_addr_union *gw) { in gateway_is_ready() function
Dnetworkd-nexthop.c554 …return gateway_is_ready(link, FLAGS_SET(nexthop->flags, RTNH_F_ONLINK), nexthop->family, &nexthop-… in nexthop_is_ready_to_configure()
Dnetworkd-route.c1288 … 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()