Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h606 struct sctp_authkey { struct
/third_party/openssl/crypto/bio/
Dbss_dgram.c1350 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl()
1411 sockopt_len = sizeof(struct sctp_authkey) + 64 * sizeof(uint8_t); in dgram_sctp_ctrl()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h811 struct sctp_authkey { struct
Duser_socket.c2324 ((struct sctp_authkey *)arg)->sca_assoc_id = id;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h688 struct sctp_authkey { struct
Dsctp_usrreq.c5096 struct sctp_authkey *sca;
5102 SCTP_CHECK_AND_CAST(sca, optval, struct sctp_authkey, optsize);
5104 size = optsize - sizeof(struct sctp_authkey);
5106 if (sca->sca_keylength + sizeof(struct sctp_authkey) <= optsize) {