Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.c56 if (route->type != RTN_UNICAST) in link_find_default_gateway()
170 if (route->type != RTN_UNICAST) in link_address_is_reachable_internal()
291 [RTN_UNICAST] = "unicast",
Dnetworkd-route.c35 .type = RTN_UNICAST, in route_new()
2830 else if (IN_SET(route->type, RTN_UNICAST, RTN_UNSPEC) && in route_section_verify()
/systemd-251/src/shared/
Dlocal-addresses.c231 r = sd_rtnl_message_route_set_type(req, RTN_UNICAST); in local_gateways()
/systemd-251/src/basic/linux/
Drtnetlink.h246 RTN_UNICAST, /* Gateway or direct route */ enumerator