Home
last modified time | relevance | path

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

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