Searched refs:hash_Lookup (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/bootp/common/ |
H A D | hash.h | 139 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
|
H A D | hash.c | 299 hash_Lookup(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Lookup() function
|
H A D | readfile.c | 1421 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
|
/netbsd-src/usr.sbin/bootp/bootpd/ |
H A D | bootpd.c | 656 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request() 669 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request() 695 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()
|
/netbsd-src/usr.sbin/bootp/bootpef/ |
H A D | bootpef.c | 235 hp = (struct host *) hash_Lookup(nmhashtable, in main()
|