Searched refs:hwhashtable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/libexec/bootpd/ |
| D | bootpd.h | 210 extern hash_tbl *hwhashtable;
|
| D | readfile.c | 282 hash_tbl *hwhashtable; variable 293 hwhashtable = hash_Init(HASHTABLESIZE); in rdtab_init() 296 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init() 369 hash_Reset(hwhashtable, free_host); 428 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
|
| D | bootpd.c | 684 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request() 697 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request()
|