Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route.h85 int route_configure_handler_internal(sd_netlink *rtnl, sd_netlink_message *m, Link *link, const cha…
Dnetworkd-dhcp-prefix-delegation.c296 …r = route_configure_handler_internal(rtnl, m, link, "Failed to add prefix route for DHCP delegated… in dhcp_pd_route_handler()
660 …r = route_configure_handler_internal(rtnl, m, link, "Failed to set unreachable route for DHCPv4 de… in dhcp4_unreachable_route_handler()
676 …r = route_configure_handler_internal(rtnl, m, link, "Failed to set unreachable route for DHCPv6 de… in dhcp6_unreachable_route_handler()
Dnetworkd-ndisc.c211 r = route_configure_handler_internal(rtnl, m, link, "Could not set NDisc route"); in ndisc_route_handler()
Dnetworkd-route.c1137 int route_configure_handler_internal(sd_netlink *rtnl, sd_netlink_message *m, Link *link, const cha… in route_configure_handler_internal() function
1444 r = route_configure_handler_internal(rtnl, m, link, "Could not set route"); in static_route_handler()