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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_usrreq.c2811 struct sctp_hmacalgo *shmac; local
2816 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
2822 *optsize = sizeof(*shmac);
2827 size = sizeof(*shmac) + (hmaclist->num_algo *
2828 sizeof(shmac->shmac_idents[0]));
2836 shmac->shmac_number_of_idents = hmaclist->num_algo;
2838 shmac->shmac_idents[i] = hmaclist->hmac[i];
3969 struct sctp_hmacalgo *shmac; local
3974 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
3975 if (optsize < sizeof(struct sctp_hmacalgo) + shmac
[all...]

Completed in 76 milliseconds