Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/tools/bootpef/
Dbootpef.c231 hp = (struct host *) hash_Lookup(nmhashtable,
249 hp = (struct host *) hash_FirstEntry(nmhashtable);
252 hp = (struct host *) hash_NextEntry(nmhashtable);
/freebsd-12-stable/libexec/bootpd/
Ddumptab.c107 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL;
108 hp = (struct host *) hash_NextEntry(nmhashtable)) {
Dreadfile.c284 hash_tbl *nmhashtable; variable
295 nmhashtable = hash_Init(HASHTABLESIZE); in rdtab_init()
296 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()
371 hash_Reset(nmhashtable, free_host);
450 if (hash_Insert(nmhashtable, hashcode, nullcmp,
1435 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
Dbootpd.h212 extern hash_tbl *nmhashtable;