Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c2851 struct sctp_hmacalgo *shmac; local
2862 *optsize = sizeof(*shmac);
2867 size = sizeof(*shmac) + (hmaclist->num_algo *
2868 sizeof(shmac->shmac_idents[0]));
2876 shmac->shmac_number_of_idents = hmaclist->num_algo;
2878 shmac->shmac_idents[i] = hmaclist->hmac[i];
4404 struct sctp_hmacalgo *shmac; local
4409 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
4411 (shmac->shmac_number_of_idents > 0xffff)) {
4423 for (i = 0; i < shmac->shmac_number_of_idents; i++) {
[all …]