hash_Lookup
hp = (struct host *) hash_Lookup(hwhashtable, hashcode, hwlookcmp,
hp = (struct host *) hash_Lookup(hwhashtable, hashcode,
hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp,
hp = (struct host *) hash_Lookup(nmhashtable,
extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);