Searched refs:hwhashtable (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.h212 extern hash_tbl *hwhashtable;
H A Dreadfile.c292 hash_tbl *hwhashtable;
303 hwhashtable = hash_Init(HASHTABLESIZE);
306 if (!(hwhashtable && iphashtable && nmhashtable)) {
380 hash_Reset(hwhashtable, free_host);
439 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
290 hash_tbl *hwhashtable; variable
H A Dbootpd.c691 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp,
704 hp = (struct host *) hash_Lookup(hwhashtable, hashcode,

Completed in 57 milliseconds