Searched refs:sctp_asconf_chunk (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_asconf.h | 50 struct sctp_asconf_chunk *, struct sctp_tcb *, int);
|
| HD | sctp_asconf.c | 594 struct sctp_asconf_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_asconf() 611 if (ntohs(cp->ch.chunk_length) < sizeof(struct sctp_asconf_chunk)) { in sctp_handle_asconf() 674 offset += sizeof(struct sctp_asconf_chunk); in sctp_handle_asconf() 2347 struct sctp_asconf_chunk *acp; in sctp_is_addr_pending() 2362 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_is_addr_pending() 2363 offset += sizeof(struct sctp_asconf_chunk); in sctp_is_addr_pending() 2569 struct sctp_asconf_chunk *acp; in sctp_compose_asconf() 2590 m_asconf_chk = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_chunk), 0, M_NOWAIT, 1, MT_DATA); in sctp_compose_asconf() 2605 SCTP_BUF_LEN(m_asconf_chk) = sizeof(struct sctp_asconf_chunk); in sctp_compose_asconf() 2607 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf() [all …]
|
| HD | sctp_header.h | 399 struct sctp_asconf_chunk { struct
|
| HD | sctp_pcb.c | 2342 phdr = sctp_get_next_param(m, offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf() 2362 offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf() 2389 offset + sizeof(struct sctp_asconf_chunk), in sctp_findassociation_ep_asconf()
|
| HD | sctp_output.c | 6869 struct sctp_asconf_chunk *acp; in sctp_toss_old_asconf() 6876 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_toss_old_asconf()
|
| HD | sctp_input.c | 5340 (struct sctp_asconf_chunk *)ch, stcb, asconf_cnt == 0); in sctp_process_control()
|
| /trueos/sys/netinet/libalias/ |
| HD | alias_sctp.c | 1140 …if (chunk_length < (sizeof(struct sctp_asconf_chunk) + sizeof(struct sctp_ipv4addr_param))) /* m… in sctp_PktParser() 1143 …param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr + sizeof(struct sctp_asconf_chunk)); /*co… in sctp_PktParser() 1152 …sm->chunk_length = chunk_length - sizeof(struct sctp_asconf_chunk) - sizeof(struct sctp_ipv4addr… in sctp_PktParser() 1154 …if (chunk_length < (sizeof(struct sctp_asconf_chunk) + sizeof(struct sctp_ipv6addr_param))) /* m… in sctp_PktParser() 1158 …sm->chunk_length = chunk_length - sizeof(struct sctp_asconf_chunk) - sizeof(struct sctp_ipv6addr… in sctp_PktParser()
|