Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dbootpd.h211 extern hash_tbl *iphashtable;
H A Dreadfile.c288 hash_tbl *iphashtable; variable
299 iphashtable = hash_Init(HASHTABLESIZE); in rdtab_init()
301 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()
374 hash_Reset(iphashtable, free_host); in readtab()
443 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { in readtab()
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c695 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()