Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_asconf.h54 struct sctp_asconf_chunk *, struct sctp_tcb *, int);
Dsctp_asconf.c627 struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_asconf()
644 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_chunk)) { in sctp_handle_asconf()
709 offset += sizeof(struct sctp_asconf_chunk); in sctp_handle_asconf()
2391 struct sctp_asconf_chunk *acp; in sctp_is_addr_pending()
2406 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_is_addr_pending()
2407 offset += sizeof(struct sctp_asconf_chunk); in sctp_is_addr_pending()
2609 struct sctp_asconf_chunk *acp; in sctp_compose_asconf()
2630 m_asconf_chk = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_chunk), 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()
2645 SCTP_BUF_LEN(m_asconf_chk) = sizeof(struct sctp_asconf_chunk); in sctp_compose_asconf()
2647 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf()
[all …]
Dsctp_header.h391 struct sctp_asconf_chunk { struct
Dsctp_pcb.c2676 phdr = sctp_get_next_param(m, offset + sizeof(struct sctp_asconf_chunk),
2696 offset + sizeof(struct sctp_asconf_chunk),
2725 offset + sizeof(struct sctp_asconf_chunk),
Dsctp_output.c7529 struct sctp_asconf_chunk *acp;
7536 acp = mtod(chk->data, struct sctp_asconf_chunk *);
Dsctp_input.c5512 (struct sctp_asconf_chunk *)ch, stcb, asconf_cnt == 0);