Searched refs:nmhashtable (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c242 hp = (struct host *) hash_Lookup(nmhashtable,
260 hp = (struct host *) hash_FirstEntry(nmhashtable);
263 hp = (struct host *) hash_NextEntry(nmhashtable);
/freebsd-10.1-release/libexec/bootpd/
H A Dbootpd.h214 extern hash_tbl *nmhashtable;
H A Ddumptab.c114 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL;
115 hp = (struct host *) hash_NextEntry(nmhashtable)) {
H A Dreadfile.c294 hash_tbl *nmhashtable;
305 nmhashtable = hash_Init(HASHTABLESIZE);
306 if (!(hwhashtable && iphashtable && nmhashtable)) {
382 hash_Reset(nmhashtable, free_host);
461 if (hash_Insert(nmhashtable, hashcode, nullcmp,
1455 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
292 hash_tbl *nmhashtable; variable

Completed in 109 milliseconds