Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_header.h169 struct sctp_chunkhdr ch;
264 struct sctp_chunkhdr ch;
295 struct sctp_chunkhdr ch;
311 struct sctp_chunkhdr ch;
322 struct sctp_chunkhdr ch;
333 struct sctp_chunkhdr ch;
345 struct sctp_chunkhdr ch;
352 struct sctp_chunkhdr ch;
358 struct sctp_chunkhdr ch;
365 struct sctp_chunkhdr ch;
[all …]
Dsctp_input.h45 struct sctphdr *, struct sctp_chunkhdr *,
Dsctp_input.c474 &abort_flag, (struct sctp_chunkhdr *)cp, &nat_friendly); in sctp_process_init_ack()
826 if (len > sizeof (struct sctp_chunkhdr)) { in sctp_handle_abort()
1114 struct sctp_chunkhdr *chk; in sctp_process_unrecog_chunk()
1116 chk = (struct sctp_chunkhdr *)((caddr_t)phdr + sizeof(*phdr)); in sctp_process_unrecog_chunk()
1176 sctp_handle_error(struct sctp_chunkhdr *ch, in sctp_handle_error()
1192 sizeof(struct sctp_chunkhdr)); in sctp_handle_error()
1193 chklen = ntohs(ch->chunk_length) - sizeof(struct sctp_chunkhdr); in sctp_handle_error()
2509 cookie_offset = offset + sizeof(struct sctp_chunkhdr);
3640 struct sctp_chunkhdr *ch;
3663 ch = mtod(chk->data, struct sctp_chunkhdr *);
[all …]
Dsctp.h69 struct sctp_chunkhdr { struct
422 struct sctp_chunkhdr ch;/* header from chunk in error */
Dsctp_output.c5166 int param_offset, int *abort_processing, struct sctp_chunkhdr *cp, int *nat_friendly)
5321 l_len = sizeof(struct ip6_hdr) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5323 l_len = sizeof(struct ip) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5340 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr));
5387 l_len = sizeof(struct ip6_hdr) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5389 l_len = sizeof(struct ip) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5402 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr));
5461 l_len = sizeof(struct ip6_hdr) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5463 l_len = sizeof(struct ip) + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
5475 SCTP_BUF_RESV_UF(op_err, sizeof(struct sctp_chunkhdr));
[all …]
Dsctp_output.h97 struct sctp_chunkhdr *, int *);
Dsctp_pcb.h747 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
Dsctputil.c4225 struct sctp_chunkhdr *ch, chunk_buf;
4244 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4279 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4300 struct sctp_chunkhdr *ch;
4306 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
4329 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
Dsctp_auth.c1711 SCTP_BUF_RESV_UF(m_err, sizeof(struct sctp_chunkhdr));
Dsctp_indata.c1424 SCTP_BUF_RESV_UF(mb, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk()
Dsctp_pcb.c2542 struct sctphdr *sh, struct sctp_chunkhdr *ch,
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_recv_thread.c285 struct sctp_chunkhdr *ch; in recv_function_raw()
386 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_raw()
476 struct sctp_chunkhdr *ch; in recv_function_raw6()
590 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_raw6()
653 struct sctp_chunkhdr *ch; in recv_function_udp()
807 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_udp()
862 struct sctp_chunkhdr *ch; in recv_function_udp6()
997 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr)); in recv_function_udp6()
Duser_socket.c3192 struct sctp_chunkhdr *ch;
3212 if (SCTP_BUF_LEN(m) < (int)(sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))) {
3213 if ((m = m_pullup(m, sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))) == NULL) {
3219 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c135 struct sctp_chunkhdr *ch;
228 offset = iphlen + sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
231 (int)(sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)));
236 ch = (struct sctp_chunkhdr *)((caddr_t)sh + sizeof(struct sctphdr));
237 offset -= sizeof(struct sctp_chunkhdr);