Home
last modified time | relevance | path

Searched refs:sctp_chunkhdr (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h165 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 …]
Dsctp_input.h47 struct sctphdr *, struct sctp_chunkhdr *,
Dsctp.h71 struct sctp_chunkhdr { struct
436 struct sctp_chunkhdr ch;/* header from chunk in error */
Dsctp_input.c477 &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 …]
Dsctp_output.c5370 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 …]
Dsctp_output.h96 struct sctp_chunkhdr *, int *, int *);
Dsctp_pcb.h748 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
Dsctp_indata.c1856 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()
Dsctputil.c3529 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),
Dsctp_auth.c1670 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr));
Dsctp_pcb.c2602 struct sctphdr *sh, struct sctp_chunkhdr *ch,
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c274 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()
Duser_socket.c3299 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/
Dsctp6_usrreq.c143 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),