Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_asconf.c618 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_handle_asconf() local
688 …tp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf); in sctp_handle_asconf()
699 …f_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf); in sctp_handle_asconf()
718 if (param_length > sizeof(aparam_buf)) { in sctp_handle_asconf()
729 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf()
795 (uint8_t *)&aparam_buf); in sctp_handle_asconf()
1673 uint8_t aparam_buf[SCTP_PARAM_BUFFER_SIZE]; in sctp_handle_asconf_ack() local
1731 sizeof(struct sctp_asconf_paramhdr), aparam_buf); in sctp_handle_asconf_ack()
1748 if (param_length > sizeof(aparam_buf)) { in sctp_handle_asconf_ack()
1754 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf_ack()
[all …]