Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_uio.h658 struct sctp_authkey { struct
H A Dsctp_usrreq.c4264 struct sctp_authkey *sca;
4270 SCTP_CHECK_AND_CAST(sca, optval, struct sctp_authkey, optsize);
4272 size = optsize - sizeof(struct sctp_authkey);
4274 if (sca->sca_keylength + sizeof(struct sctp_authkey) <= optsize) {
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2293 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl()
2354 sockopt_len = sizeof(struct sctp_authkey) + 64 * sizeof(uint8_t); in dgram_sctp_ctrl()
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c303 ((struct sctp_authkey *)arg)->sca_assoc_id = id; in sctp_opt_info()