Searched defs:routes (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/network/ |
D | test-network.c | 54 _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
|
D | networkd-manager.h | 80 Set *routes; member
|
D | networkd-json.c | 330 static int routes_build_json(Set *routes, JsonVariant **ret) { in routes_build_json()
|
D | networkd-route.c | 390 Route **routes; member 411 _cleanup_free_ Route **routes = NULL; in converted_routes_new() local
|
D | networkd-link.h | 114 Set *routes; member
|
D | networkd-dhcp4.c | 405 sd_dhcp_route **routes; in dhcp4_request_static_routes() local
|
/systemd-251/src/libsystemd-network/ |
D | network-internal.c | 137 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
|
D | sd-dhcp-lease.c | 218 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/ |
D | wireguard.h | 65 Set *routes; member
|
/systemd-251/src/network/generator/ |
D | network-generator.c | 1178 LIST_FOREACH(routes, route, network->routes) in network_dump() local
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 442 def remove_routes(routes): argument 2148 … routes = [['blackhole', '202.54.1.2'], ['unreachable', '202.54.1.3'], ['prohibit', '202.54.1.4']] variable in NetworkdNetworkTests
|