Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_uio.h661 struct sctp_hmacalgo { struct
HDsctp_usrreq.c2908 struct sctp_hmacalgo *shmac;
2913 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
4388 struct sctp_hmacalgo *shmac;
4393 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
4394 … if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||