Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h595 struct sctp_hmacalgo { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h674 struct sctp_hmacalgo { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h696 struct sctp_hmacalgo { struct
Dsctp_usrreq.c3513 struct sctp_hmacalgo *shmac;
3518 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
5222 struct sctp_hmacalgo *shmac;
5227 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
5228 if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||