sctp_supported_chunk_types_param
struct sctp_supported_chunk_types_param *pr_supported;
pr_supported = (struct sctp_supported_chunk_types_param *)phdr;
struct sctp_supported_chunk_types_param *pr_supported;
pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len);
parameter_len = (uint16_t)sizeof(struct sctp_supported_chunk_types_param) + num_ext;
if (padded_size > (sizeof(struct sctp_supported_chunk_types_param) + (sizeof(uint8_t) * SCTP_MAX_SUPPORTED_EXT))) {
struct sctp_supported_chunk_types_param *pr_supported;
pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len);
parameter_len = (uint16_t)sizeof(struct sctp_supported_chunk_types_param) + num_ext;
struct sctp_supported_chunk_types_param *pr_supported;
pr_supported = (struct sctp_supported_chunk_types_param *)phdr;