Searched refs:RTN_UNICAST (Results 1 – 4 of 4) sorted by relevance
56 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",
35 .type = RTN_UNICAST, in route_new()2830 else if (IN_SET(route->type, RTN_UNICAST, RTN_UNSPEC) && in route_section_verify()
231 r = sd_rtnl_message_route_set_type(req, RTN_UNICAST); in local_gateways()
246 RTN_UNICAST, /* Gateway or direct route */ enumerator