| /freebsd-14-stable/sys/netinet/ |
| HD | sctp_header.h | 144 struct sctp_chunkhdr ch; 161 struct sctp_chunkhdr ch; 222 struct sctp_chunkhdr ch; 252 struct sctp_chunkhdr ch; 268 struct sctp_chunkhdr ch; 278 struct sctp_chunkhdr ch; 288 struct sctp_chunkhdr ch; 299 struct sctp_chunkhdr ch; 305 struct sctp_chunkhdr ch; 310 struct sctp_chunkhdr ch; [all …]
|
| HD | sctp_input.c | 408 &abort_flag, (struct sctp_chunkhdr *)cp, in sctp_process_init_ack() 759 if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_error_cause)) { in sctp_handle_abort() 1060 sctp_handle_error(struct sctp_chunkhdr *ch, in sctp_handle_error() 1071 sizeof(struct sctp_chunkhdr)); in sctp_handle_error() 1076 if (remaining_length >= sizeof(struct sctp_chunkhdr)) { in sctp_handle_error() 1077 remaining_length -= sizeof(struct sctp_chunkhdr); in sctp_handle_error() 2275 cookie_offset = offset + sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo() 3368 struct sctp_chunkhdr *ch; in sctp_find_stream_reset() 3388 ch = mtod(chk->data, struct sctp_chunkhdr *); in sctp_find_stream_reset() 3395 if (clen > (len + (int)sizeof(struct sctp_chunkhdr))) { in sctp_find_stream_reset() [all …]
|
| HD | sctp_input.h | 42 struct sctphdr *, struct sctp_chunkhdr *,
|
| HD | sctp.h | 57 struct sctp_chunkhdr { struct 425 struct sctp_chunkhdr ch; /* header from chunk in error */
|
| HD | sctp_output.c | 4919 struct sctp_chunkhdr *cp, in sctp_arethere_unrecognized_parameters() 5113 l_len += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters() 5127 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters() 5159 l_len += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters() 5170 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters() 5250 l_len += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters() 5261 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_arethere_unrecognized_parameters() 5578 (struct sctp_chunkhdr *)init_chk, in sctp_send_initiate_ack() 8960 struct sctp_chunkhdr *hdr; in sctp_queue_op_err() 8967 SCTP_BUF_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_NOWAIT); in sctp_queue_op_err() [all …]
|
| HD | sctp_output.h | 83 struct sctp_chunkhdr *, int *, int *,
|
| HD | ip_icmp.c | 289 struct sctp_chunkhdr *ch; in icmp_error() 314 ch = (struct sctp_chunkhdr *)(sh + 1); in icmp_error()
|
| HD | sctp_pcb.h | 517 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
|
| HD | sctp_indata.c | 1819 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk() 2641 struct sctp_chunkhdr *ch, chunk_buf; in sctp_process_data() 2699 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2700 sizeof(struct sctp_chunkhdr), in sctp_process_data() 2840 if (chk_length < sizeof(struct sctp_chunkhdr)) { in sctp_process_data() 2888 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2889 sizeof(struct sctp_chunkhdr), in sctp_process_data()
|
| HD | sctputil.c | 3378 struct sctp_chunkhdr *chkhdr; in sctp_notify_send_failed() 3414 chkhdr = mtod(chk->data, struct sctp_chunkhdr *); in sctp_notify_send_failed() 4549 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() 4562 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4595 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4614 struct sctp_chunkhdr *ch; in sctp_is_there_an_abort_here() 4620 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), in sctp_is_there_an_abort_here() 4644 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_is_there_an_abort_here() 7409 sizeof(struct sctp_chunkhdr) + in sctp_recv_icmp6_tunneled_packet() 7429 sizeof(struct sctp_chunkhdr), in sctp_recv_icmp6_tunneled_packet()
|
| HD | sctp_auth.c | 1630 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_handle_auth()
|
| HD | sctp_pcb.c | 2085 struct sctphdr *sh, struct sctp_chunkhdr *ch, in sctp_findassociation_addr()
|
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 526 struct sctp_chunkhdr *chunk; in ipfw_send_abort() 557 plen = sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); in ipfw_send_abort() 604 chunk = (struct sctp_chunkhdr *)(sctp + 1); in ipfw_send_abort() 610 chunk->chunk_length = htons(sizeof(struct sctp_chunkhdr)); in ipfw_send_abort() 918 sizeof(struct sctp_chunkhdr)) { in send_reject6() 919 struct sctp_chunkhdr *chunk; in send_reject6() 921 chunk = (struct sctp_chunkhdr *)(sctp + 1); in send_reject6() 940 sizeof(struct sctp_chunkhdr) + in send_reject6() 1037 struct sctp_chunkhdr *chunk; in send_reject() 1046 sizeof(struct sctp_chunkhdr)) { in send_reject() [all …]
|
| /freebsd-14-stable/sys/netinet6/ |
| HD | sctp6_usrreq.c | 67 struct sctp_chunkhdr *ch; in sctp6_input_with_port() 102 offset = iphlen + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); in sctp6_input_with_port() 112 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in sctp6_input_with_port() 113 offset -= sizeof(struct sctp_chunkhdr); in sctp6_input_with_port() 313 sizeof(struct sctp_chunkhdr) + in sctp6_ctlinput() 331 sizeof(struct sctp_chunkhdr), in sctp6_ctlinput()
|
| /freebsd-14-stable/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 1121 struct sctp_chunkhdr *chk; in send_probe() 1204 sizeof(struct sctp_chunkhdr))) { in send_probe() 1205 chk = (struct sctp_chunkhdr *)(sctp + 1); in send_probe() 1211 2 * sizeof(struct sctp_chunkhdr))) { in send_probe() 1217 sizeof(struct sctp_chunkhdr))); in send_probe()
|
| /freebsd-14-stable/sys/netinet/libalias/ |
| HD | alias_sctp.c | 208 #define SN_SCTP_FIRSTCHUNK(sctphead) (struct sctp_chunkhdr *)(((char *)sctphead) + sizeof(struct sc… 211 #define SN_SCTP_NEXTCHUNK(chunkhead) (struct sctp_chunkhdr *)(((char *)chunkhead) + SCTP_SIZE32(nto… 933 …int sctp_size = sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_error_c… in TxAbortErrorM() 947 struct sctp_chunkhdr* chunk_hdr = (struct sctp_chunkhdr *) ((char *) sctp_hdr + sizeof(*sctp_hdr)); in TxAbortErrorM() 1054 struct sctp_chunkhdr *chunk_hdr; in sctp_PktParser() 1127 sm->sctpchnk.Init = (struct sctp_init *) ((char *) chunk_hdr + sizeof(struct sctp_chunkhdr)); in sctp_PktParser() 1149 …m->sctpchnk.InitAck = (struct sctp_init_ack *) ((char *) chunk_hdr + sizeof(struct sctp_chunkhdr)); in sctp_PktParser()
|
| /freebsd-14-stable/contrib/traceroute/ |
| HD | traceroute.c | 1598 struct sctp_chunkhdr *chk; in sctp_prep() 1648 sizeof(struct sctp_chunkhdr))) { in sctp_prep() 1649 chk = (struct sctp_chunkhdr *)(sctp + 1); in sctp_prep() 1656 2 * sizeof(struct sctp_chunkhdr))) { in sctp_prep() 1661 (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))); in sctp_prep()
|
| /freebsd-14-stable/sys/netpfil/pf/ |
| HD | pf_norm.c | 2060 struct sctp_chunkhdr ch = { }; in pf_scan_sctp()
|
| HD | pf.c | 3323 struct sctp_chunkhdr *chunk; in pf_send_sctp_abort()
|