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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c115 bcopy(listener->sctp_old_secret, acceptor->sctp_old_secret,
H A Dsctp_bind.c167 bzero(sctp->sctp_old_secret, SCTP_SECRET_LEN);
H A Dsctp_cookie.c804 * copying the current secret to sctp_old_secret.
809 bcopy(sctp->sctp_secret, sctp->sctp_old_secret,
1254 hmac_md5(p, clen, (uchar_t *)sctp->sctp_old_secret,
H A Dsctp_impl.h867 uint8_t sctp_old_secret[SCTP_SECRET_LEN]; member in struct:sctp_s
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c896 mdb_printf("0x%02x", sctp->sctp_old_secret[i]);
898 mdb_printf("%02x ", sctp->sctp_old_secret[i]);

Completed in 57 milliseconds