Searched refs:sctp_chunkhdr (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 169 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 …]
|
D | sctp_input.h | 45 struct sctphdr *, struct sctp_chunkhdr *,
|
D | sctp_input.c | 474 &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 …]
|
D | sctp.h | 69 struct sctp_chunkhdr { struct 422 struct sctp_chunkhdr ch;/* header from chunk in error */
|
D | sctp_output.c | 5166 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 …]
|
D | sctp_output.h | 97 struct sctp_chunkhdr *, int *);
|
D | sctp_pcb.h | 747 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
|
D | sctputil.c | 4225 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,
|
D | sctp_auth.c | 1711 SCTP_BUF_RESV_UF(m_err, sizeof(struct sctp_chunkhdr));
|
D | sctp_indata.c | 1424 SCTP_BUF_RESV_UF(mb, sizeof(struct sctp_chunkhdr)); in sctp_process_a_data_chunk()
|
D | sctp_pcb.c | 2542 struct sctphdr *sh, struct sctp_chunkhdr *ch,
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 285 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()
|
D | user_socket.c | 3192 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/ |
D | sctp6_usrreq.c | 135 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);
|