Lines Matching defs:aparam_buf
618 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE];
688 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
699 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
718 if (param_length > sizeof(aparam_buf)) {
729 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
795 (uint8_t *)&aparam_buf);
1673 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE];
1731 sizeof(struct sctp_asconf_paramhdr), aparam_buf);
1748 if (param_length > sizeof(aparam_buf)) {
1754 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
2331 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE];
2347 ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
2354 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
2368 if (param_length > sizeof(aparam_buf)) {
2377 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
2404 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);