Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/bootpd/
HDbootpd.h208 extern hash_tbl *hwhashtable;
HDreadfile.c280 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) {
HDbootpd.c682 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request()
695 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request()