Searched refs:hwhashtable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/libexec/bootpd/ |
| HD | bootpd.h | 208 extern hash_tbl *hwhashtable;
|
| HD | readfile.c | 280 hash_tbl *hwhashtable; variable 291 hwhashtable = hash_Init(HASHTABLESIZE); in rdtab_init() 294 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init() 367 hash_Reset(hwhashtable, free_host); 426 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
|
| HD | bootpd.c | 682 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request() 695 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request()
|