Searched refs:HOST_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/server/tests/ |
| H A D | hash_unittest.c | 133 ATF_CHECK_MSG(host_new_hash(&host_uid_hash, HOST_HASH_SIZE, MDL) != 0, in lease_hash_test_2hosts() 329 ATF_CHECK_MSG(host_new_hash(&host_uid_hash, HOST_HASH_SIZE, MDL) != 0, in lease_hash_test_3hosts()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | mdb.c | 191 if (!host_new_hash(&host_uid_hash, HOST_HASH_SIZE, MDL)) { in change_host_uid() 236 if (!host_new_hash(&host_name_hash, HOST_HASH_SIZE, MDL)) 292 HOST_HASH_SIZE, MDL)) 356 HOST_HASH_SIZE, MDL)) 412 HOST_HASH_SIZE, MDL)) {
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 187 #if !defined (HOST_HASH_SIZE) 188 # define HOST_HASH_SIZE 22501 macro
|