Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dhash.c321 hash_NextEntry(hash_tbl *hashtable) in hash_NextEntry() function
377 return hash_NextEntry(hashtable); in hash_FirstEntry()
H A Dhash.h144 extern hash_datum *hash_NextEntry(hash_tbl *);
H A Ddumptab.c110 hp = (struct host *) hash_NextEntry(nmhashtable)) { in dumptab()
/netbsd-src/usr.sbin/bootp/bootpef/
H A Dbootpef.c256 hp = (struct host *) hash_NextEntry(nmhashtable); in main()