Searched refs:adler16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c208 static uint32_t adler16(void *, int);
594 #define fh4_hash(fh) adler16((fh)->nfs_fh4_val, (fh)->nfs_fh4_len)
595 #define stateid_hash(st) adler16((st)->other, sizeof ((st)->other))
596 #define owner_hash(own) adler16((own)->owner_val, (own)->owner_len)
4811 * adler16(): adler32 hash code shamelessly copied and mutiliated from
4886 adler16(void *p, int len) function

Completed in 53 milliseconds