Searched refs:sctp_chunkhdr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_header.h | 140 struct sctp_chunkhdr ch; 213 struct sctp_chunkhdr ch; 243 struct sctp_chunkhdr ch; 254 struct sctp_chunkhdr ch; 264 struct sctp_chunkhdr ch; 276 struct sctp_chunkhdr ch; 283 struct sctp_chunkhdr ch; 289 struct sctp_chunkhdr ch; 296 struct sctp_chunkhdr ch; 302 struct sctp_chunkhdr ch; [all …]
|
H A D | sctp_input.c | 308 &abort_flag, (struct sctp_chunkhdr *)cp); in sctp_process_init_ack() 673 struct sctp_chunkhdr *chk; in sctp_process_unrecog_chunk() 675 chk = (struct sctp_chunkhdr *)((vaddr_t)phdr + sizeof(*phdr)); in sctp_process_unrecog_chunk() 760 sctp_handle_error(struct sctp_chunkhdr *ch, in sctp_handle_error() 773 sizeof(struct sctp_chunkhdr)); in sctp_handle_error() 774 chklen = ntohs(ch->chunk_length) - sizeof(struct sctp_chunkhdr); in sctp_handle_error() 1074 op_err->m_data += sizeof(struct sctp_chunkhdr); in sctp_process_cookie_existing() 1727 cookie_offset = offset + sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo() 1944 op_err->m_data += sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo() 2769 struct sctp_chunkhdr *ch; in sctp_handle_packet_dropped() [all …]
|
H A D | sctp.h | 55 struct sctp_chunkhdr { struct 232 struct sctp_chunkhdr ch; /* header from chunk in error */
|
H A D | sctp_input.h | 38 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
|
H A D | sctp_output.h | 46 struct sctp_chunkhdr *);
|
H A D | sctp_output.c | 2894 int param_offset, int *abort_processing, struct sctp_chunkhdr *cp) in sctp_arethere_unrecognized_parameters() 2991 op_err->m_data += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters() 3045 op_err->m_data += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters() 3291 &abort_flag, (struct sctp_chunkhdr *)init_chk); in sctp_send_initiate_ack() 5980 struct sctp_chunkhdr *hdr; 5992 M_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_DONTWAIT); 6016 hdr = mtod(op_err, struct sctp_chunkhdr *); 6039 struct sctp_chunkhdr *hdr; 6075 hdr = mtod(cookie, struct sctp_chunkhdr *); 6126 struct sctp_chunkhdr *chd [all...] |
H A D | sctputil.c | 2710 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() 2719 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 2747 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 2760 struct sctp_chunkhdr *ch; in sctp_is_there_an_abort_here() 2766 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), in sctp_is_there_an_abort_here() 2789 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_is_there_an_abort_here()
|
H A D | sctp_pcb.h | 668 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
|
H A D | sctp_pcb.c | 1124 struct sctphdr *sh, struct sctp_chunkhdr *ch, in sctp_findassociation_addr()
|
H A D | sctp_indata.c | 1801 mb->m_data += sizeof(struct sctp_chunkhdr); in sctp_process_a_data_chunk()
|
/netbsd-src/sys/netinet6/ |
H A D | sctp6_usrreq.c | 121 struct sctp_chunkhdr *ch; in sctp6_input() 136 ch = (struct sctp_chunkhdr *)((vaddr_t)sh + sizeof(struct sctphdr)); in sctp6_input()
|