Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/
Dbootpd.h210 extern hash_tbl *hwhashtable;
Dreadfile.c282 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) {
Dbootpd.c684 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request()
697 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request()