Home | History | Annotate | Download | only in tests

Lines Matching defs:clientid2

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);
272 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
299 /// @param clientid2 client-id of the second host
304 unsigned char clientid2[], size_t clientid2_len,
308 " clientid2-len=%lu clientid3-len=%lu\n",
349 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
361 host_hash_add(host_uid_hash, clientid2, clientid2_len, host2, MDL);
371 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
399 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
409 host_hash_delete(host_uid_hash, clientid2, clientid2_len, MDL);
411 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
457 unsigned char clientid2[] = { 0xff, 0xfe };
460 clientid2, sizeof(clientid2));
478 unsigned char clientid2[] = "Bob";
480 lease_hash_test_2hosts(clientid1, 0, clientid2, 0);
493 unsigned char clientid2[] = { 0x0 };
495 lease_hash_test_2hosts(clientid1, 0, clientid2, 1);
512 unsigned char clientid2[] = "Bob";
515 lease_hash_test_3hosts(clientid1, 0, clientid2, 0, clientid3, 0);
531 unsigned char clientid2[] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8 };
535 clientid2, sizeof(clientid2),
561 unsigned char clientid2[] = { 0x0 };
580 lease2->uid = clientid2;