Searched refs:aparam_buf (Results 1 – 1 of 1) sorted by relevance
621 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_handle_asconf() local721 if (param_length > sizeof(aparam_buf)) { in sctp_handle_asconf()732 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf()798 (uint8_t *)&aparam_buf); in sctp_handle_asconf()1676 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_handle_asconf_ack() local1734 sizeof(struct sctp_asconf_paramhdr), aparam_buf); in sctp_handle_asconf_ack()1751 if (param_length > sizeof(aparam_buf)) { in sctp_handle_asconf_ack()1757 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf_ack()2335 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_is_addr_pending() local2372 if (param_length > sizeof(aparam_buf)) { in sctp_is_addr_pending()[all …]