Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_asconf.h52 struct sctp_asconf_chunk *, struct sctp_tcb *, int);
H A Dsctp_asconf.c608 struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_asconf()
625 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_chunk)) { in sctp_handle_asconf()
690 offset += sizeof(struct sctp_asconf_chunk); in sctp_handle_asconf()
2333 struct sctp_asconf_chunk *acp; in sctp_is_addr_pending()
2348 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_is_addr_pending()
2349 offset += sizeof(struct sctp_asconf_chunk); in sctp_is_addr_pending()
2559 struct sctp_asconf_chunk *acp; in sctp_compose_asconf()
2580 m_asconf_chk = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_chunk), 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf()
2595 SCTP_BUF_LEN(m_asconf_chk) = sizeof(struct sctp_asconf_chunk); in sctp_compose_asconf()
2597 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf()
[all …]
H A Dsctp_header.h359 struct sctp_asconf_chunk { struct
H A Dsctp_pcb.c2295 phdr = sctp_get_next_param(m, offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf()
2315 offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf()
2342 offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf()
H A Dsctp_input.c5102 (struct sctp_asconf_chunk *)ch, stcb, asconf_cnt == 0); in sctp_process_control()
H A Dsctp_output.c6910 struct sctp_asconf_chunk *acp; in sctp_toss_old_asconf()
6917 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_toss_old_asconf()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1159 …if (chunk_length < (sizeof(struct sctp_asconf_chunk) + sizeof(struct sctp_ipv4addr_param))) /* m… in sctp_PktParser()
1162 …param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr + sizeof(struct sctp_asconf_chunk)); /*co… in sctp_PktParser()
1171 …sm->chunk_length = chunk_length - sizeof(struct sctp_asconf_chunk) - sizeof(struct sctp_ipv4addr… in sctp_PktParser()
1173 …if (chunk_length < (sizeof(struct sctp_asconf_chunk) + sizeof(struct sctp_ipv6addr_param))) /* m… in sctp_PktParser()
1177 …sm->chunk_length = chunk_length - sizeof(struct sctp_asconf_chunk) - sizeof(struct sctp_ipv6addr… in sctp_PktParser()