Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dtest-network.c54 _cleanup_free_ struct sd_dhcp_route *routes = NULL; in test_deserialize_dhcp_routes() local
61 _cleanup_free_ struct sd_dhcp_route *routes = NULL; in test_deserialize_dhcp_routes() local
82 _cleanup_free_ struct sd_dhcp_route *routes = NULL; in test_deserialize_dhcp_routes() local
99 _cleanup_free_ struct sd_dhcp_route *routes = NULL; in test_deserialize_dhcp_routes() local
Dnetworkd-manager.h80 Set *routes; member
Dnetworkd-json.c330 static int routes_build_json(Set *routes, JsonVariant **ret) { in routes_build_json()
Dnetworkd-route.c390 Route **routes; member
411 _cleanup_free_ Route **routes = NULL; in converted_routes_new() local
Dnetworkd-link.h114 Set *routes; member
Dnetworkd-dhcp4.c405 sd_dhcp_route **routes; in dhcp4_request_static_routes() local
/systemd-251/src/libsystemd-network/
Dnetwork-internal.c137 void serialize_dhcp_routes(FILE *f, const char *key, sd_dhcp_route **routes, size_t size) { in serialize_dhcp_routes()
162 _cleanup_free_ struct sd_dhcp_route *routes = NULL; in deserialize_dhcp_routes() local
Dsd-dhcp-lease.c218 static int dhcp_lease_get_routes(sd_dhcp_route *routes, size_t n_routes, sd_dhcp_route ***ret) { in dhcp_lease_get_routes()
973 _cleanup_free_ sd_dhcp_route **routes = NULL; in dhcp_lease_save() local
/systemd-251/src/network/netdev/
Dwireguard.h65 Set *routes; member
/systemd-251/src/network/generator/
Dnetwork-generator.c1178 LIST_FOREACH(routes, route, network->routes) in network_dump() local
/systemd-251/test/test-network/
Dsystemd-networkd-tests.py442 def remove_routes(routes): argument
2148routes = [['blackhole', '202.54.1.2'], ['unreachable', '202.54.1.3'], ['prohibit', '202.54.1.4']] variable in NetworkdNetworkTests