Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/bootpd/
H A Dbootpd.h211 extern hash_tbl *iphashtable;
H A Dreadfile.c291 hash_tbl *iphashtable; variable
302 iphashtable = hash_Init(HASHTABLESIZE); in rdtab_init()
304 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()
378 hash_Reset(iphashtable, free_host);
447 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
H A Dbootpd.c731 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()