Searched refs:hash_Lookup (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dhash.h57 * and element arguments to functions such as hash_Lookup() may
73 * hash_Lookup(table, hashcode, compare, key);
142 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
H A Dhash.c327 hash_Lookup(hashtable, hashcode, compare, key)
320 hash_Lookup(hashtable, hashcode, compare, key) function
H A Dbootpd.c691 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp,
704 hp = (struct host *) hash_Lookup(hwhashtable, hashcode,
730 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp,
H A Dreadfile.c1455 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c242 hp = (struct host *) hash_Lookup(nmhashtable,

Completed in 121 milliseconds