Searched refs:deserialize_dhcp_option (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Dnetwork-internal.h81 int deserialize_dhcp_option(void **data, size_t *data_len, const char *string);
H A Dsd-dhcp-lease.c1053 r = deserialize_dhcp_option(&lease->client_id, &lease->client_id_len, client_id_hex);
1059 r = deserialize_dhcp_option(&lease->vendor_specific, &lease->vendor_specific_len, vendor_specific_hex);
1071 r = deserialize_dhcp_option(&data, &len, options[i]);
H A Dnetwork-internal.c548 int deserialize_dhcp_option(void **data, size_t *data_len, const char *string) { function

Completed in 1305 milliseconds