HomeSort by: relevance | last modified time | path
    Searched refs:host_uid_hash (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/tests/
hash_unittest.c 65 * host_hash_t *host_uid_hash;
133 ATF_CHECK_MSG(host_new_hash(&host_uid_hash, HOST_HASH_SIZE, MDL) != 0,
157 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid1,
163 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid2,
170 host_hash_add(host_uid_hash, clientid1, clientid1_len, host1, MDL);
178 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid1,
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,
227 ATF_CHECK_MSG(host_hash_lookup(&check, host_uid_hash, clientid1
    [all...]
  /src/external/mpl/dhcp/dist/server/
mdb.c 40 host_hash_t *host_uid_hash; variable
190 if (host_uid_hash == NULL) {
191 if (!host_new_hash(&host_uid_hash, HOST_HASH_SIZE, MDL)) {
200 host_hash_delete(host_uid_hash,
221 host_hash_add(host_uid_hash, host->client_identifier.data,
354 if (!host_uid_hash) {
355 if (!host_new_hash(&host_uid_hash,
359 host_hash_add (host_uid_hash,
367 if (host_hash_lookup (&hp, host_uid_hash,
384 host_hash_add (host_uid_hash,
    [all...]
db.c 1129 log_info("Host UID hash: %s", host_hash_report(host_uid_hash));
omapi.c 1407 host_hash_lookup (&host, host_uid_hash,
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 3528 extern host_hash_t *host_uid_hash;

Completed in 26 milliseconds