Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/bootpef/
Dbootpef.c235 hp = (struct host *) hash_Lookup(nmhashtable, in main()
253 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()
256 hp = (struct host *) hash_NextEntry(nmhashtable); in main()
/netbsd/src/usr.sbin/bootp/common/
Dreadfile.c289 hash_tbl *nmhashtable; variable
300 nmhashtable = hash_Init(HASHTABLESIZE); in rdtab_init()
301 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()
375 hash_Reset(nmhashtable, free_host); in readtab()
454 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()
1421 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
Ddumptab.c109 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()
110 hp = (struct host *) hash_NextEntry(nmhashtable)) { in dumptab()
Dbootpd.h212 extern hash_tbl *nmhashtable;