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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c1221 uchar_t *given_hash; local
1250 given_hash = p + clen;
1252 if (bcmp(given_hash, needed_hash, 16) != 0) {
1256 if (bcmp(given_hash, needed_hash, 16) != 0) {

Completed in 59 milliseconds