Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_uio.h666 struct sctp_hmacalgo { struct
H A Dsctp_usrreq.c2843 struct sctp_hmacalgo *shmac;
2848 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
4392 struct sctp_hmacalgo *shmac;
4397 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
4398 … if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||