Home
last modified time | relevance | path

Searched defs:route (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/network/ !
Dnetworkd-route.c89 Route *route_free(Route *route) { in route_free()
113 static void route_hash_func(const Route *route, struct siphash *state) { in route_hash_func()
253 static bool route_type_is_reject(const Route *route) { in route_type_is_reject()
259 static bool route_needs_convert(const Route *route) { in route_needs_convert()
265 static int route_add(Manager *manager, Link *link, Route *route) { in route_add()
296 Route *route; in route_get() local
344 static void route_apply_nexthop(Route *route, const NextHop *nh, uint8_t nh_weight) { in route_apply_nexthop()
359 static void route_apply_multipath_route(Route *route, const MultipathRoute *m) { in route_apply_multipath_route()
439 static int route_convert(Manager *manager, const Route *route, ConvertedRoutes **ret) { in route_convert()
530 Route *route; in link_mark_routes() local
[all …]
Dnetworkd-route-util.c41 Route *route; in link_find_default_gateway() local
106 Route *route; in gateway_is_ready() local
160 Route *route, *found = NULL; in link_address_is_reachable_internal() local
207 Route *route; in link_address_is_reachable() local
248 Route *route, *found = NULL; in manager_address_is_reachable() local
Dnetworkd-dhcp-prefix-delegation.c150 Route *route; in dhcp_pd_get_assigned_subnet_prefix() local
181 Route *route; in dhcp_pd_remove() local
291 …pd_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp_pd_route_handler()
607 Route *route; in dhcp_pd_prefix_lost() local
655 …le_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp4_unreachable_route_handler()
671 …le_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp6_unreachable_route_handler()
Dnetworkd-ndisc.c86 Route *route; in ndisc_remove() local
206 …sc_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in ndisc_route_handler()
Dnetworkd-json.c264 static int route_build_json(Route *route, JsonVariant **ret) { in route_build_json()
332 Route *route; in routes_build_json() local
Dnetworkd-dhcp4.c59 Route *route; in dhcp4_remove_address_and_routes() local
180 …p4_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp4_route_handler()
Dnetworkd-dhcp6.c48 Route *route; in dhcp6_remove() local
Dnetworkd-network.c781 Route *route; in network_has_static_ipv6_configurations() local
Dnetworkd-address.c768 Route *route; in link_address_is_dynamic() local
/systemd-251/src/network/generator/ !
Dnetwork-generator.c111 static Route *route_free(Route *route) { in route_free()
123 Route *route; in route_new() local
149 Route *route; in network_free() local
1108 static int route_dump(Route *route, FILE *f) { in route_dump()
/systemd-251/src/libsystemd-network/ !
Dsd-dhcp-lease.c1484 int sd_dhcp_route_get_destination(sd_dhcp_route *route, struct in_addr *destination) { in sd_dhcp_route_get_destination()
1492 int sd_dhcp_route_get_destination_prefix_length(sd_dhcp_route *route, uint8_t *length) { in sd_dhcp_route_get_destination_prefix_length()
1500 int sd_dhcp_route_get_gateway(sd_dhcp_route *route, struct in_addr *gateway) { in sd_dhcp_route_get_gateway()