Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.h54 struct sctp_asconf_chunk *, struct sctp_tcb *, int);
Dsctp_asconf.c623 struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_asconf()
640 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_chunk)) { in sctp_handle_asconf()
705 offset += sizeof(struct sctp_asconf_chunk); in sctp_handle_asconf()
2387 struct sctp_asconf_chunk *acp; in sctp_is_addr_pending()
2402 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_is_addr_pending()
2403 offset += sizeof(struct sctp_asconf_chunk); in sctp_is_addr_pending()
2605 struct sctp_asconf_chunk *acp; in sctp_compose_asconf()
2626 m_asconf_chk = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_chunk), 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()
2641 SCTP_BUF_LEN(m_asconf_chk) = sizeof(struct sctp_asconf_chunk); in sctp_compose_asconf()
2643 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf()
[all …]
Dsctp_header.h391 struct sctp_asconf_chunk { struct
Dsctp_pcb.c2677 phdr = sctp_get_next_param(m, offset + sizeof(struct sctp_asconf_chunk),
2697 offset + sizeof(struct sctp_asconf_chunk),
2726 offset + sizeof(struct sctp_asconf_chunk),
Dsctp_output.c7493 struct sctp_asconf_chunk *acp;
7500 acp = mtod(chk->data, struct sctp_asconf_chunk *);
Dsctp_input.c5520 (struct sctp_asconf_chunk *)ch, stcb, asconf_cnt == 0);