Home
last modified time | relevance | path

Searched refs:Route (Results 1 – 25 of 42) sorted by relevance

12

/systemd-251/test/test-network/conf/
D25-route-static.network12 [Route]
15 [Route]
18 [Route]
21 [Route]
25 [Route]
28 [Route]
31 [Route]
35 [Route]
39 [Route]
43 [Route]
[all …]
D25-nexthop.network57 [Route]
61 [Route]
65 [Route]
69 [Route]
73 [Route]
77 [Route]
81 [Route]
D25-dhcp-client-reassign-static-routes-ipv4.network9 [Route]
12 [Route]
15 [Route]
D25-ipv6ra-prefix.network25 Route=2001:db0:fff::/64
29 Route=2001:db1:fff::/64
33 Route=2001:db2:fff::/64
D25-dhcp-client-gateway-onlink-implicit.network9 [Route]
13 [Route]
D25-route-via-ipv6.network10 [Route]
13 [Route]
D25-ipv6-proxy-ndp.network20 [Route]
23 [Route]
D25-dhcp-client-reassign-static-routes-ipv6.network8 [Route]
D25-ip6tnl-tunnel-local-slaac.network9 [Route]
D25-dhcp-client-gateway-ipv4.network9 [Route]
D25-dhcp-client-gateway-ipv6.network8 [Route]
/systemd-251/src/network/
Dnetworkd-route.h17 typedef struct Route Route; typedef
23 Route *route);
25 struct Route { struct
80 int route_new(Route **ret); argument
81 Route *route_free(Route *route);
82 DEFINE_SECTION_CLEANUP_FUNCTIONS(Route, route_free);
83 int route_dup(const Route *src, Route **ret);
86 int route_remove(Route *route);
88 int route_get(Manager *manager, Link *link, const Route *in, Route **ret);
94 void route_cancel_request(Route *route, Link *link);
[all …]
Dnetworkd-route.c24 int route_new(Route **ret) { in route_new()
25 _cleanup_(route_freep) Route *route = NULL; in route_new()
27 route = new(Route, 1); in route_new()
31 *route = (Route) { in route_new()
49 static int route_new_static(Network *network, const char *filename, unsigned section_line, Route **… in route_new_static()
51 _cleanup_(route_freep) Route *route = NULL; in route_new_static()
89 Route *route_free(Route *route) { in route_free()
113 static void route_hash_func(const Route *route, struct siphash *state) { in route_hash_func()
155 static int route_compare_func(const Route *a, const Route *b) { in route_compare_func()
248 Route,
[all …]
Dnetworkd-route-util.c40 static Route *link_find_default_gateway(Link *link, int family, Route *gw) { in link_find_default_gateway()
41 Route *route; in link_find_default_gateway()
75 Route *gw = NULL; in manager_find_uplink()
106 Route *route; in gateway_is_ready()
158 Route **ret) { in link_address_is_reachable_internal()
160 Route *route, *found = NULL; in link_address_is_reachable_internal()
207 Route *route; in link_address_is_reachable()
248 Route *route, *found = NULL; in manager_address_is_reachable()
Dnetworkd-network-gperf.gperf181 Route.Gateway, config_parse_gateway, …
182 Route.Destination, config_parse_destination, …
183 Route.Source, config_parse_destination, …
184 Route.Metric, config_parse_route_priority, …
185 Route.Scope, config_parse_route_scope, …
186 Route.PreferredSource, config_parse_preferred_src, …
187 Route.Table, config_parse_route_table, …
188 Route.MTUBytes, config_parse_route_mtu, …
189 Route.GatewayOnLink, config_parse_route_boolean, …
190 Route.GatewayOnlink, config_parse_route_boolean, …
[all …]
Dnetworkd-dhcp-prefix-delegation.c150 Route *route; in dhcp_pd_get_assigned_subnet_prefix()
181 Route *route; in dhcp_pd_remove()
291 …pd_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp_pd_route_handler()
308 _cleanup_(route_freep) Route *route = NULL; in dhcp_pd_request_route()
309 Route *existing; in dhcp_pd_request_route()
607 Route *route; in dhcp_pd_prefix_lost()
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()
697 _cleanup_(route_freep) Route *route = NULL; in dhcp_request_unreachable_route()
698 Route *existing; in dhcp_request_unreachable_route()
[all …]
Dnetworkd-ndisc.c86 Route *route; in ndisc_remove()
206 …sc_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in ndisc_route_handler()
222 static int ndisc_request_route(Route *in, Link *link, sd_ndisc_router *rt) { in ndisc_request_route()
223 _cleanup_(route_freep) Route *route = in; in ndisc_request_route()
225 Route *existing; in ndisc_request_route()
351 _cleanup_(route_freep) Route *route = NULL; in ndisc_router_process_default()
369 Route *route_gw; in ndisc_router_process_default()
371 _cleanup_(route_freep) Route *route = NULL; in ndisc_router_process_default()
493 _cleanup_(route_freep) Route *route = NULL; in ndisc_router_process_onlink_prefix()
592 _cleanup_(route_freep) Route *route = NULL; in ndisc_router_process_route()
Dnetworkd-dhcp4.c59 Route *route; in dhcp4_remove_address_and_routes()
180 …p4_route_handler(sd_netlink *rtnl, sd_netlink_message *m, Request *req, Link *link, Route *route) { in dhcp4_route_handler()
219 static int dhcp4_request_route(Route *in, Link *link) { in dhcp4_request_route()
220 _cleanup_(route_freep) Route *route = in; in dhcp4_request_route()
222 Route *existing; in dhcp4_request_route()
261 _cleanup_(route_freep) Route *route = NULL; in dhcp4_request_prefix_route()
293 _cleanup_(route_freep) Route *route = NULL; in dhcp4_request_route_to_gateway()
318 Route *in, in dhcp4_request_route_auto()
322 _cleanup_(route_freep) Route *route = in; in dhcp4_request_route_auto()
483 _cleanup_(route_freep) Route *route = NULL; in dhcp4_request_static_routes()
[all …]
/systemd-251/src/network/generator/
Dnetwork-generator.h30 typedef struct Route Route; typedef
43 struct Route { struct
50 LIST_FIELDS(Route, routes); argument
73 LIST_HEAD(Route, routes);
Dnetwork-generator.c111 static Route *route_free(Route *route) { in route_free()
122 union in_addr_union *dest, union in_addr_union *gateway, Route **ret) { in route_new()
123 Route *route; in route_new()
127 route = new(Route, 1); in route_new()
131 *route = (Route) { in route_new()
149 Route *route; in network_free()
1108 static int route_dump(Route *route, FILE *f) { in route_dump()
/systemd-251/test/fuzz/fuzz-network-parser/
D25-route-type4 [Route]
8 [Route]
12 [Route]
D25-route-tcp-window-settings4 [Route]
8 [Route]
D25-route-section7 [Route]
/systemd-251/test/test-network-generator-conversion/test-03-issue-14319.expected/
D90-enp3s0.network16 [Route]
/systemd-251/test/test-network-generator-conversion/test-02-bridge.expected/
D90-eth0.network20 [Route]

12