sctp_auth_random
struct sctp_auth_random *p_random = NULL;
p_random = (struct sctp_auth_random *)phdr;
if (plen != (sizeof(struct sctp_auth_random) +
struct sctp_auth_random *randp;
randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len);
parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len;
if (padded_size > (sizeof(struct sctp_auth_random) + SCTP_RANDOM_MAX_SIZE)) {
struct sctp_auth_random *randp;
randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len);
parameter_len = (uint16_t)sizeof(struct sctp_auth_random) +
struct sctp_auth_random *p_random = NULL;
p_random = (struct sctp_auth_random *)phdr;