Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.h57 sctp_handle_asconf_ack(struct mbuf *, int, struct sctp_asconf_ack_chunk *,
Dsctp_asconf.c629 struct sctp_asconf_ack_chunk *ack_cp; in sctp_handle_asconf()
686 m_ack = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_ack_chunk), 0, in sctp_handle_asconf()
696 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *); in sctp_handle_asconf()
701 SCTP_BUF_LEN(m_ack) = sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf()
702 ack_cp->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf()
1700 struct sctp_asconf_ack_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_asconf_ack()
1716 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_ack_chunk)) { in sctp_handle_asconf_ack()
1763 sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf_ack()
1764 offset += sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf_ack()
Dsctp_header.h399 struct sctp_asconf_ack_chunk { struct
Dsctp_input.c5526 if (chk_length < sizeof(struct sctp_asconf_ack_chunk)) {
5545 (struct sctp_asconf_ack_chunk *)ch, stcb, *netp, &abort_no_unlock);