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

/freebsd-10.2-release/libexec/bootpd/
H A Dhash.h134 extern int hash_Insert(hash_tbl *, u_int code,
H A Dhash.c228 hash_Insert(hashtable, hashcode, compare, key, element)
223 hash_Insert(hashtable, hashcode, compare, key, element) function
H A Dreadfile.c439 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
450 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
452 "hash_Insert() failed on IP address insertion");
461 if (hash_Insert(nmhashtable, hashcode, nullcmp,
464 "hash_Insert() failed on insertion of hostname: \"%s\"",

Completed in 60 milliseconds