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

  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypsym.h 89 #define MAXHASH 1009
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
nfslog_ipaddr.c 54 #define MAXHASH 1024 /* must be a power of 2 */
81 static struct hostdata4 *h_table4[MAXHASH];
82 static struct hostdata6 *h_table6[MAXHASH];
84 #define iphash(e) ((e) & (MAXHASH-1))
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ipaddr.c 46 #define MAXHASH 1024 /* must be a power of 2 */
75 static struct hostdata4 *h_table4[MAXHASH];
76 static struct hostdata6 *h_table6[MAXHASH];
78 #define iphash(e) ((e) & (MAXHASH-1))
377 for (i = 0; i < MAXHASH; i++) {
394 for (i = 0; i < MAXHASH; i++) {

Completed in 1140 milliseconds