Searched refs:hash_Lookup (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.h | 140 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
|
H A D | bootpd.c | 678 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp, in handle_request() 691 hp = (struct host *) hash_Lookup(hwhashtable, hashcode, in handle_request() 717 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()
|
H A D | hash.c | 294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup() function
|
H A D | readfile.c | 1412 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
|
/freebsd/libexec/bootpd/tools/bootpef/ |
H A D | bootpef.c | 227 hp = (struct host *) hash_Lookup(nmhashtable, in main()
|