Searched refs:DHCPClientId (Results 1 – 3 of 3) sorted by relevance
27 typedef struct DHCPClientId { struct30 } DHCPClientId; typedef35 DHCPClientId client_id;99 DHCPClientId client_id;115 void client_id_hash_func(const DHCPClientId *p, struct siphash *state);116 int client_id_compare_func(const DHCPClientId *a, const DHCPClientId *b);
128 void client_id_hash_func(const DHCPClientId *id, struct siphash *state) { in client_id_hash_func()137 int client_id_compare_func(const DHCPClientId *a, const DHCPClientId *b) { in client_id_compare_func()154 DHCPClientId,950 const DHCPClientId *client_id, in prepare_new_lease()1643 DHCPClientId c; in sd_dhcp_server_set_static_lease()1645 c = (DHCPClientId) { in sd_dhcp_server_set_static_lease()
218 static uint64_t client_id_hash_helper(DHCPClientId *id, uint8_t key[HASH_KEY_SIZE]) { in client_id_hash_helper()228 DHCPClientId a = { in test_client_id_hash()