Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dtest-network.c55 assert_se(deserialize_dhcp_routes(&routes, &size, "") >= 0); in test_deserialize_dhcp_routes()
64 assert_se(deserialize_dhcp_routes(&routes, &size, routes_string) >= 0); in test_deserialize_dhcp_routes()
85 assert_se(deserialize_dhcp_routes(&routes, &size, routes_string) >= 0); in test_deserialize_dhcp_routes()
102 assert_se(deserialize_dhcp_routes(&routes, &size, routes_string) >= 0); in test_deserialize_dhcp_routes()
/systemd-251/src/libsystemd-network/
Dnetwork-internal.h25 int deserialize_dhcp_routes(struct sd_dhcp_route **ret, size_t *ret_size, const char *string);
Dnetwork-internal.c161 int deserialize_dhcp_routes(struct sd_dhcp_route **ret, size_t *ret_size, const char *string) { in deserialize_dhcp_routes() function
Dsd-dhcp-lease.c1346 r = deserialize_dhcp_routes( in dhcp_lease_load()
1355 r = deserialize_dhcp_routes( in dhcp_lease_load()