Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dhash.h142 extern hash_datum *hash_FirstEntry(hash_tbl *);
H A Dhash.c373 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry() function
H A Ddumptab.c109 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()
/netbsd-src/usr.sbin/bootp/bootpef/
H A Dbootpef.c253 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()