HomeSort by: relevance | last modified time | path
    Searched defs:host3 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/tests/
hash_unittest.c 318 struct host_decl *host1 = 0, *host2 = 0, *host3 = 0; local
326 ATF_CHECK_MSG(host_allocate(&host3, MDL) == ISC_R_SUCCESS,
338 ATF_CHECK_MSG(buffer_allocate(&host3->client_identifier.buffer,
340 "Can't allocate uid buffer for host3");
356 "Host3 is not supposed to be in the uid_hash.");
357 ATF_CHECK_MSG(!check, "Host3 is not supposed to be in the uid_hash.");
362 host_hash_add(host_uid_hash, clientid3, clientid3_len, host3, MDL);
381 "Host3 was supposed to be in the uid_hash.");
382 ATF_CHECK_MSG(check, "Host3 was supposed to be in the uid_hash.");
384 ATF_CHECK_MSG(check == host3, "Wrong host returned by host_hash_lookup")
    [all...]

Completed in 27 milliseconds