Home
last modified time | relevance | path

Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/bootp/common/
H A Dhash.h132 extern int hash_Insert(hash_tbl *, u_int code, hash_cmpfp,
H A Dhash.c209 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Insert() function
H A Dreadfile.c432 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { in readtab()
443 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { in readtab()
454 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()