Searched refs:sctp_chunkhdr (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 165 struct sctp_chunkhdr ch; 182 struct sctp_chunkhdr ch; 249 struct sctp_chunkhdr ch; 280 struct sctp_chunkhdr ch; 296 struct sctp_chunkhdr ch; 307 struct sctp_chunkhdr ch; 318 struct sctp_chunkhdr ch; 330 struct sctp_chunkhdr ch; 337 struct sctp_chunkhdr ch; 343 struct sctp_chunkhdr ch; [all …]
|
D | sctp_input.h | 47 struct sctphdr *, struct sctp_chunkhdr *,
|
D | sctp.h | 71 struct sctp_chunkhdr { struct 436 struct sctp_chunkhdr ch;/* header from chunk in error */
|
D | sctp_input.c | 477 &abort_flag, (struct sctp_chunkhdr *)cp, in sctp_process_init_ack() 862 if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_error_cause)) { in sctp_handle_abort() 1231 sctp_handle_error(struct sctp_chunkhdr *ch, in sctp_handle_error() 1245 sizeof(struct sctp_chunkhdr)); in sctp_handle_error() 1250 if (remaining_length >= sizeof(struct sctp_chunkhdr)) { in sctp_handle_error() 1251 remaining_length -= sizeof(struct sctp_chunkhdr); in sctp_handle_error() 2607 cookie_offset = offset + sizeof(struct sctp_chunkhdr); 3787 struct sctp_chunkhdr *ch; 3810 ch = mtod(chk->data, struct sctp_chunkhdr *); 3817 if (clen > (len + (int)sizeof(struct sctp_chunkhdr))) { [all …]
|
D | sctp_output.c | 5370 struct sctp_chunkhdr *cp, 5539 l_len += sizeof(struct sctp_chunkhdr); 5553 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); 5584 l_len += sizeof(struct sctp_chunkhdr); 5595 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); 5676 l_len += sizeof(struct sctp_chunkhdr); 5687 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); 6013 (struct sctp_chunkhdr *)init_chk, 9477 struct sctp_chunkhdr *hdr; 9484 SCTP_BUF_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_NOWAIT); [all …]
|
D | sctp_output.h | 96 struct sctp_chunkhdr *, int *, int *);
|
D | sctp_pcb.h | 748 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
|
D | sctp_indata.c | 1856 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk() 2698 struct sctp_chunkhdr *ch, chunk_buf; in sctp_process_data() 2755 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2756 sizeof(struct sctp_chunkhdr), in sctp_process_data() 2894 if (chk_length < sizeof(struct sctp_chunkhdr)) { in sctp_process_data() 2942 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2943 sizeof(struct sctp_chunkhdr), in sctp_process_data()
|
D | sctputil.c | 3529 struct sctp_chunkhdr *chkhdr; in sctp_notify_send_failed() 3562 chkhdr = mtod(chk->data, struct sctp_chunkhdr *); in sctp_notify_send_failed() 4791 struct sctp_chunkhdr *ch, chunk_buf; 4810 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, 4845 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, 4866 struct sctp_chunkhdr *ch; 4872 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), 4895 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, 8379 sizeof(struct sctp_chunkhdr) + 8399 sizeof(struct sctp_chunkhdr),
|
D | sctp_auth.c | 1670 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr));
|
D | sctp_pcb.c | 2602 struct sctphdr *sh, struct sctp_chunkhdr *ch,
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 274 struct sctp_chunkhdr *ch; in recv_function_raw() 376 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_raw() 466 struct sctp_chunkhdr *ch; in recv_function_raw6() 583 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_raw6() 642 struct sctp_chunkhdr *ch; in recv_function_udp() 798 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_udp() 849 struct sctp_chunkhdr *ch; in recv_function_udp6() 985 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_udp6()
|
D | user_socket.c | 3299 struct sctp_chunkhdr *ch; 3330 if (SCTP_BUF_LEN(m) < (int)(sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))) { 3331 if ((m = m_pullup(m, sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))) == NULL) { 3337 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr));
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 143 struct sctp_chunkhdr *ch; 202 offset = iphlen + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); 212 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); 213 offset -= sizeof(struct sctp_chunkhdr); 512 sizeof(struct sctp_chunkhdr) + 530 sizeof(struct sctp_chunkhdr),
|