Home
last modified time | relevance | path

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

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