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

/systemd/src/libsystemd-network/
H A Dtest-dhcp-server.c198 static uint64_t client_id_hash_helper(DHCPClientId *id, uint8_t key[HASH_KEY_SIZE]) { function
222 assert_se(client_id_hash_helper(&a, hash_key) == client_id_hash_helper(&b, hash_key));
227 assert_se(client_id_hash_helper(&a, hash_key) == client_id_hash_helper(&b, hash_key));
233 assert_se(client_id_hash_helper(&a, hash_key) == client_id_hash_helper(&b, hash_key));

Completed in 871 milliseconds