Home
last modified time | relevance | path

Searched refs:client_id_hash_func (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd-network/
Ddhcp-server-internal.h115 void client_id_hash_func(const DHCPClientId *p, struct siphash *state);
Dsd-dhcp-server.c128 void client_id_hash_func(const DHCPClientId *id, struct siphash *state) { in client_id_hash_func() function
155 client_id_hash_func,
1124 client_id_hash_func(&req->client_id, &state); in dhcp_server_handle_message()
Dtest-dhcp-server.c222 client_id_hash_func(id, &state); in client_id_hash_helper()