Searched refs:h_table4 (Results 1 – 2 of 2) sorted by relevance
79 static struct hostdata4 *h_table4[MAXHASH]; variable102 for (h = h_table4[iphash(ipaddr->s_addr)]; h; h = h->h4_next) {207 hp = (struct hostdata **)&h_table4[iphash(hashval)];
79 static struct hostdata4 *h_table4[MAXHASH]; variable115 for (h = h_table4[iphash(ipaddr.s_addr)]; h; h = h->h4_next) { in iplookup()233 hp = (struct hostdata **)&h_table4[iphash(hashval)]; in addhost()419 for (h = h_table4[i]; h; h = h->h4_next) { in lgetipnodebyname()