| hash_unittest.c | 109 /// @param clientid2 client-id of the second host 112 unsigned char clientid2[], size_t clientid2_len) { 115 "clientid2-len=%lu\n", (unsigned long) clientid1_len, 149 ATF_CHECK_MSG(lease_set_clientid(host2, clientid2, actual2_len) != 0, 163 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2, 199 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2, 206 host_hash_add(host_uid_hash, clientid2, clientid2_len, host2, MDL); 211 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2, 261 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2, 267 host_hash_delete(host_uid_hash, clientid2, clientid2_len, MDL) 457 unsigned char clientid2[] = { 0xff, 0xfe }; local 478 unsigned char clientid2[] = "Bob"; local 493 unsigned char clientid2[] = { 0x0 }; local 512 unsigned char clientid2[] = "Bob"; local 531 unsigned char clientid2[] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8 }; local [all...] |