Searched refs:iphashtable (Results 1 – 3 of 3) sorted by relevance
211 extern hash_tbl *iphashtable;
283 hash_tbl *iphashtable; variable294 iphashtable = hash_Init(HASHTABLESIZE); in rdtab_init()296 if (!(hwhashtable && iphashtable && nmhashtable)) { in rdtab_init()370 hash_Reset(iphashtable, free_host);439 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
723 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()