Searched refs:hwhashtable (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | bootpd.h | 208 extern hash_tbl *hwhashtable;
|
H A D | readfile.c | 279 hash_tbl *hwhashtable; variable 290 hwhashtable = hash_Init(HASHTABLESIZE); in rdtab_init() 293 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init() 365 hash_Reset(hwhashtable, free_host); in readtab() 424 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { in readtab()
|
H A D | bootpd.c | 678 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request() 691 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request()
|