Searched defs:h_table6 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c82 static struct hostdata6 *h_table6[MAXHASH]; variable in typeref:struct:hostdata6
150 for (h = h_table6[iphash(((uint32_t *)ip6addr)[3])]; h;
224 hp = (struct hostdata **)&h_table6[iphash(hashval)];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c76 static struct hostdata6 *h_table6[MAXHASH]; variable in typeref:struct:hostdata6
146 for (h = h_table6[iphash(((uint32_t *)ip6addr)[3])]; h;
223 hp = (struct hostdata **)&h_table6[iphash(hashval)];
378 for (h6 = h_table6[i]; h6; h6 = h6->h6_next) {

Completed in 45 milliseconds