Home
last modified time | relevance | path

Searched refs:aparam_buf (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c621 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_handle_asconf() local
721 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() local
1734 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() local
2372 if (param_length > sizeof(aparam_buf)) { in sctp_is_addr_pending()
[all …]