HomeSort by relevance Sort by last modified time
    Searched defs:h_table6 (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
nfslog_ipaddr.c 82 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)];
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ipaddr.c 76 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 60 milliseconds