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

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.h213 extern hash_tbl *iphashtable;
H A Dreadfile.c293 hash_tbl *iphashtable;
304 iphashtable = hash_Init(HASHTABLESIZE);
306 if (!(hwhashtable && iphashtable && nmhashtable)) {
381 hash_Reset(iphashtable, free_host);
450 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
291 hash_tbl *iphashtable; variable
H A Dbootpd.c726 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp,

Completed in 61 milliseconds