Symbol: sctphdr
sys/netinet/sctp_header.h
218
struct sctphdr sh;
sys/netinet/sctp_header.h
269
struct sctphdr sh;
sys/netinet/sctp_header.h
334
struct sctphdr sh;
sys/netinet/sctp_header.h
340
struct sctphdr sh;
sys/netinet/sctp_header.h
374
struct sctphdr sh;
sys/netinet/sctp_header.h
451
sizeof(struct sctphdr) + \
sys/netinet/sctp_header.h
457
sizeof(struct sctphdr) + \
sys/netinet/sctp_header.h
462
sizeof(struct sctphdr))
sys/netinet/sctp_header.h
466
sizeof(struct sctphdr) + \
sys/netinet/sctp_header.h
472
sizeof(struct sctphdr) + \
sys/netinet/sctp_header.h
477
sizeof(struct sctphdr))
sys/netinet/sctp_header.h
483
sizeof(struct sctphdr) + \
sys/netinet/sctp_header.h
487
sizeof(struct sctphdr))
sys/netinet/sctp_indata.c
2500
struct sctphdr *sh, struct sctp_inpcb *inp, struct sctp_tcb *stcb,
sys/netinet/sctp_indata.h
58
int sctp_process_data(struct mbuf **, int, int *, int, struct sctphdr *,
sys/netinet/sctp_input.c
1041
struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
sys/netinet/sctp_input.c
1073
op_err->m_data += sizeof(struct sctphdr);
sys/netinet/sctp_input.c
1409
struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
sys/netinet/sctp_input.c
1661
struct sctphdr *sh, struct sctp_cookie_echo_chunk *cp,
sys/netinet/sctp_input.c
1943
op_err->m_data += sizeof(struct sctphdr);
sys/netinet/sctp_input.c
2779
ch = (struct sctp_chunkhdr *)(cp->data + sizeof(struct sctphdr));
sys/netinet/sctp_input.c
2780
chlen -= sizeof(struct sctphdr);
sys/netinet/sctp_input.c
295
struct sctphdr *sh, struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb,
sys/netinet/sctp_input.c
3026
struct sctphdr *sh, struct sctp_chunkhdr *ch, struct sctp_inpcb *inp,
sys/netinet/sctp_input.c
3830
int length, struct sctphdr *sh, struct sctp_chunkhdr *ch,
sys/netinet/sctp_input.c
4053
struct sctphdr *sh;
sys/netinet/sctp_input.c
4105
sh = (struct sctphdr *)((vaddr_t)ip + iphlen);
sys/netinet/sctp_input.c
889
sctp_handle_init_ack(struct mbuf *m, int iphlen, int offset, struct sctphdr *sh,
sys/netinet/sctp_input.c
98
struct sctphdr *sh, struct sctp_init_chunk *cp, struct sctp_inpcb *inp,
sys/netinet/sctp_input.h
38
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
sys/netinet/sctp_output.c
2084
struct sctphdr *sctphdr;
sys/netinet/sctp_output.c
2106
sctphdr = mtod(m, struct sctphdr *);
sys/netinet/sctp_output.c
2111
sctphdr->checksum = 0;
sys/netinet/sctp_output.c
2114
sctphdr->checksum = 0;
sys/netinet/sctp_output.c
2116
sctphdr->checksum = csum;
sys/netinet/sctp_output.c
2851
sizeof(struct sctphdr)));
sys/netinet/sctp_output.c
2990
op_err->m_data += sizeof(struct sctphdr);
sys/netinet/sctp_output.c
3044
op_err->m_data += sizeof(struct sctphdr);
sys/netinet/sctp_output.c
3246
struct mbuf *init_pkt, int iphlen, int offset, struct sctphdr *sh,
sys/netinet/sctp_output.c
3827
sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
sys/netinet/sctp_output.c
3830
sz_of += (m->m_pkthdr.len - sizeof(struct sctphdr));
sys/netinet/sctp_output.c
3840
sizeof(struct sctphdr), &stc);
sys/netinet/sctp_output.c
5278
struct sctphdr *shdr;
sys/netinet/sctp_output.c
5437
mtu = net->mtu - (sizeof(struct ip) + sizeof(struct sctphdr));
sys/netinet/sctp_output.c
5439
mtu = net->mtu - (sizeof(struct ip6_hdr) + sizeof(struct sctphdr));
sys/netinet/sctp_output.c
5586
outchain->m_len = sizeof(struct sctphdr);
sys/netinet/sctp_output.c
5588
M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT);
sys/netinet/sctp_output.c
5595
shdr = mtod(outchain, struct sctphdr *);
sys/netinet/sctp_output.c
5685
omtu = net->mtu - (sizeof(struct ip) + sizeof(struct sctphdr));
sys/netinet/sctp_output.c
5687
omtu = net->mtu - (sizeof(struct ip6_hdr) + sizeof(struct sctphdr));
sys/netinet/sctp_output.c
5864
m_align(outchain, sizeof(struct sctphdr));
sys/netinet/sctp_output.c
5865
outchain->m_len = sizeof(struct sctphdr);
sys/netinet/sctp_output.c
5867
M_PREPEND(outchain, sizeof(struct sctphdr), M_DONTWAIT);
sys/netinet/sctp_output.c
5874
shdr = mtod(outchain, struct sctphdr *);
sys/netinet/sctp_output.c
6472
struct sctphdr *shdr;
sys/netinet/sctp_output.c
6546
m->m_len = sizeof(struct sctphdr);
sys/netinet/sctp_output.c
6548
M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT);
sys/netinet/sctp_output.c
6553
shdr = mtod(m, struct sctphdr *);
sys/netinet/sctp_output.c
6737
m->m_len = sizeof(struct sctphdr);
sys/netinet/sctp_output.c
6739
M_PREPEND(m, sizeof(struct sctphdr), M_DONTWAIT);
sys/netinet/sctp_output.c
6744
shdr = mtod(m, struct sctphdr *);
sys/netinet/sctp_output.c
8037
sctp_send_shutdown_complete2(struct mbuf *m, int iphlen, struct sctphdr *sh)
sys/netinet/sctp_output.c
8558
sizeof(struct sctphdr) + SCTP_MED_OVERHEAD);
sys/netinet/sctp_output.c
8564
sizeof(struct sctphdr));
sys/netinet/sctp_output.c
8947
sctp_send_abort(struct mbuf *m, int iphlen, struct sctphdr *sh, uint32_t vtag,
sys/netinet/sctp_output.c
9092
struct sctphdr *ihdr;
sys/netinet/sctp_output.c
9093
struct sctphdr *ohdr;
sys/netinet/sctp_output.c
9102
ihdr = (struct sctphdr *)((vaddr_t)iph + iphlen);
sys/netinet/sctp_output.c
9109
M_PREPEND(scm, (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)), M_DONTWAIT);
sys/netinet/sctp_output.c
9114
ohdr = mtod(scm, struct sctphdr *);
sys/netinet/sctp_output.c
9122
ophdr->chunk_length = htons(scm->m_pkthdr.len - sizeof(struct sctphdr));
sys/netinet/sctp_output.h
112
void sctp_send_abort(struct mbuf *, int, struct sctphdr *, uint32_t,
sys/netinet/sctp_output.h
43
struct mbuf *, int, int, struct sctphdr *, struct sctp_init_chunk *);
sys/netinet/sctp_output.h
72
int sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *);
sys/netinet/sctp_pcb.c
1124
struct sctphdr *sh, struct sctp_chunkhdr *ch,
sys/netinet/sctp_pcb.c
376
struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp)
sys/netinet/sctp_pcb.c
3894
int iphlen, int offset, int limit, struct sctphdr *sh,
sys/netinet/sctp_pcb.c
975
struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
sys/netinet/sctp_pcb.h
668
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
sys/netinet/sctp_pcb.h
690
struct sctphdr *, struct sctp_inpcb **, struct sctp_nets **);
sys/netinet/sctp_pcb.h
729
int, struct sctphdr *, struct sockaddr *);
sys/netinet/sctp_usrreq.c
240
struct sctphdr *sh)
sys/netinet/sctp_usrreq.c
345
struct sctphdr *sh,
sys/netinet/sctp_usrreq.c
419
struct sctphdr *sh;
sys/netinet/sctp_usrreq.c
438
sh = (struct sctphdr *)((vaddr_t)ip + (ip->ip_hl << 2));
sys/netinet/sctp_var.h
143
struct sctphdr;
sys/netinet/sctp_var.h
151
void sctp_notify(struct sctp_inpcb *, int, struct sctphdr *,
sys/netinet/sctputil.c
2660
struct mbuf *m, int iphlen, struct sctphdr *sh, struct mbuf *op_err)
sys/netinet/sctputil.c
2707
sctp_handle_ootb(struct mbuf *m, int iphlen, int offset, struct sctphdr *sh,
sys/netinet/sctputil.c
2765
offset = iphlen + sizeof(struct sctphdr);
sys/netinet/sctputil.c
2909
sctp_print_address_pkt(struct ip *iph, struct sctphdr *sh)
sys/netinet/sctputil.h
182
struct mbuf *, int, struct sctphdr *, struct mbuf *);
sys/netinet/sctputil.h
188
void sctp_handle_ootb(struct mbuf *, int, int, struct sctphdr *,
sys/netinet/sctputil.h
200
void sctp_print_address_pkt(struct ip *, struct sctphdr *);
sys/netinet6/sctp6_usrreq.c
115
struct sctphdr *sh;
sys/netinet6/sctp6_usrreq.c
131
IP6_EXTHDR_GET(sh, struct sctphdr *, m, off, sizeof(*sh) + sizeof(*ch));
sys/netinet6/sctp6_usrreq.c
136
ch = (struct sctp_chunkhdr *)((vaddr_t)sh + sizeof(struct sctphdr));
sys/netinet6/sctp6_usrreq.c
315
struct sctphdr *sh,
sys/netinet6/sctp6_usrreq.c
406
struct sctphdr sh;