/src/sys/netinet/ |
sctp_input.h | 38 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
|
sctp_header.h | 218 struct sctphdr sh; 269 struct sctphdr sh; 334 struct sctphdr sh; 340 struct sctphdr sh; 374 struct sctphdr sh; 451 sizeof(struct sctphdr) + \ 457 sizeof(struct sctphdr) + \ 462 sizeof(struct sctphdr)) 466 sizeof(struct sctphdr) + \ 472 sizeof(struct sctphdr) + [all...] |
sctp_indata.h | 58 int sctp_process_data(struct mbuf **, int, int *, int, struct sctphdr *,
|
sctp_output.h | 43 struct mbuf *, int, int, struct sctphdr *, struct sctp_init_chunk *); 72 int sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *); 112 void sctp_send_abort(struct mbuf *, int, struct sctphdr *, uint32_t,
|
sctp_var.h | 143 struct sctphdr; 151 void sctp_notify(struct sctp_inpcb *, int, struct sctphdr *,
|
sctputil.h | 182 struct mbuf *, int, struct sctphdr *, struct mbuf *); 188 void sctp_handle_ootb(struct mbuf *, int, int, struct sctphdr *, 200 void sctp_print_address_pkt(struct ip *, struct sctphdr *);
|
sctp.h | 44 struct sctphdr { struct
|
sctp_pcb.h | 668 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **, 690 struct sctphdr *, struct sctp_inpcb **, struct sctp_nets **); 729 int, struct sctphdr *, struct sockaddr *);
|
sctp_output.c | 2075 * WITH a SCTPHDR but no IP header, endpoint inp and sa structure. 2084 struct sctphdr *sctphdr; local in function:sctp_lowlevel_chunk_output 2106 sctphdr = mtod(m, struct sctphdr *); 2111 sctphdr->checksum = 0; 2114 sctphdr->checksum = 0; 2116 sctphdr->checksum = csum; 2851 sizeof(struct sctphdr))); 2990 op_err->m_data += sizeof(struct sctphdr); [all...] |
sctp_input.c | 98 struct sctphdr *sh, struct sctp_init_chunk *cp, struct sctp_inpcb *inp, 295 struct sctphdr *sh, struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb, 889 sctp_handle_init_ack(struct mbuf *m, int iphlen, int offset, struct sctphdr *sh, 1041 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, 1073 op_err->m_data += sizeof(struct sctphdr); 1409 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, 1661 struct sctphdr *sh, struct sctp_cookie_echo_chunk *cp, 1943 op_err->m_data += sizeof(struct sctphdr); 2779 ch = (struct sctp_chunkhdr *)(cp->data + sizeof(struct sctphdr)); 2780 chlen -= sizeof(struct sctphdr); [all...] |
sctp_pcb.c | 376 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp) 975 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp, 1124 struct sctphdr *sh, struct sctp_chunkhdr *ch, 3894 int iphlen, int offset, int limit, struct sctphdr *sh,
|
sctp_usrreq.c | 240 struct sctphdr *sh) 345 struct sctphdr *sh, 419 struct sctphdr *sh; 438 sh = (struct sctphdr *)((vaddr_t)ip + (ip->ip_hl << 2));
|
sctputil.c | 1552 * pointing at a sctphdr (with csum set to 0) go through 2660 struct mbuf *m, int iphlen, struct sctphdr *sh, struct mbuf *op_err) 2707 sctp_handle_ootb(struct mbuf *m, int iphlen, int offset, struct sctphdr *sh, 2765 offset = iphlen + sizeof(struct sctphdr); 2909 sctp_print_address_pkt(struct ip *iph, struct sctphdr *sh)
|
sctp_indata.c | 2500 struct sctphdr *sh, struct sctp_inpcb *inp, struct sctp_tcb *stcb,
|
/src/sys/netinet6/ |
sctp6_usrreq.c | 115 struct sctphdr *sh; 130 /* Ensure that (sctphdr + sctp_chunkhdr) in a row. */ 131 IP6_EXTHDR_GET(sh, struct sctphdr *, m, off, sizeof(*sh) + sizeof(*ch)); 136 ch = (struct sctp_chunkhdr *)((vaddr_t)sh + sizeof(struct sctphdr)); 315 struct sctphdr *sh, 406 struct sctphdr sh;
|