Home
last modified time | relevance | path

Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/network/
Dnetworkd-route-util.c58 if (route->scope != RT_SCOPE_UNIVERSE) in link_find_default_gateway()
308 [RT_SCOPE_UNIVERSE] = "global",
Dnetworkd-route.c33 .scope = RT_SCOPE_UNIVERSE, in route_new()
2838 if (route->scope != RT_SCOPE_UNIVERSE && route->family == AF_INET6) { in route_section_verify()
2840 route->scope = RT_SCOPE_UNIVERSE; in route_section_verify()
Dnetworkd-dhcp-prefix-delegation.c824 route->scope = RT_SCOPE_UNIVERSE; in dhcp4_pd_request_default_gateway_on_6rd_tunnel()
Dnetworkd-dhcp4.c392 route->scope = RT_SCOPE_UNIVERSE; in dhcp4_request_route_auto()
Dnetworkd-address.c67 .scope = RT_SCOPE_UNIVERSE, in address_new()
/systemd-251/src/basic/linux/
Drtnetlink.h312 RT_SCOPE_UNIVERSE=0, enumerator
/systemd-251/src/network/netdev/
Dwireguard.c1168 route->scope = RT_SCOPE_UNIVERSE; in wireguard_verify()
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message-rtnl.c305 nhm->nh_scope = RT_SCOPE_UNIVERSE; in sd_rtnl_message_new_nexthop()