Symbol: sctp_chunkhdr
sys/netinet/sctp.h
232
struct sctp_chunkhdr ch; /* header from chunk in error */
sys/netinet/sctp_header.h
140
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
213
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
243
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
254
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
264
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
276
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
283
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
289
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
296
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
302
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
307
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
313
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
319
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
335
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
347
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
355
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
363
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
390
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
430
struct sctp_chunkhdr ch;
sys/netinet/sctp_header.h
435
struct sctp_chunkhdr ch;
sys/netinet/sctp_indata.c
1801
mb->m_data += sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
1074
op_err->m_data += sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
1727
cookie_offset = offset + sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
1944
op_err->m_data += sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
2769
struct sctp_chunkhdr *ch;
sys/netinet/sctp_input.c
2779
ch = (struct sctp_chunkhdr *)(cp->data + sizeof(struct sctphdr));
sys/netinet/sctp_input.c
2822
while ((ch != NULL) && (chlen >= sizeof(struct sctp_chunkhdr))) {
sys/netinet/sctp_input.c
2826
if (at < sizeof(struct sctp_chunkhdr)) {
sys/netinet/sctp_input.c
2846
if (chlen < sizeof(struct sctp_chunkhdr)) {
sys/netinet/sctp_input.c
2885
if (chlen < sizeof(struct sctp_chunkhdr)) {
sys/netinet/sctp_input.c
2889
ch = (struct sctp_chunkhdr *)((vaddr_t)ch + SCTP_SIZE32(at));
sys/netinet/sctp_input.c
3026
struct sctphdr *sh, struct sctp_chunkhdr *ch, struct sctp_inpcb *inp,
sys/netinet/sctp_input.c
308
&abort_flag, (struct sctp_chunkhdr *)cp);
sys/netinet/sctp_input.c
3202
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
3221
sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
3235
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
3663
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
3681
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
3748
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
3749
sizeof(struct sctp_chunkhdr), chunk_buf);
sys/netinet/sctp_input.c
3830
int length, struct sctphdr *sh, struct sctp_chunkhdr *ch,
sys/netinet/sctp_input.c
4064
struct sctp_chunkhdr *ch;
sys/netinet/sctp_input.c
4106
ch = (struct sctp_chunkhdr *)((vaddr_t)sh + sizeof(*sh));
sys/netinet/sctp_input.c
4253
offset -= sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.c
673
struct sctp_chunkhdr *chk;
sys/netinet/sctp_input.c
675
chk = (struct sctp_chunkhdr *)((vaddr_t)phdr + sizeof(*phdr));
sys/netinet/sctp_input.c
760
sctp_handle_error(struct sctp_chunkhdr *ch,
sys/netinet/sctp_input.c
773
sizeof(struct sctp_chunkhdr));
sys/netinet/sctp_input.c
774
chklen = ntohs(ch->chunk_length) - sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_input.h
38
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
sys/netinet/sctp_output.c
2894
int param_offset, int *abort_processing, struct sctp_chunkhdr *cp)
sys/netinet/sctp_output.c
2991
op_err->m_data += sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_output.c
3045
op_err->m_data += sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_output.c
3291
&abort_flag, (struct sctp_chunkhdr *)init_chk);
sys/netinet/sctp_output.c
5980
struct sctp_chunkhdr *hdr;
sys/netinet/sctp_output.c
5992
M_PREPEND(op_err, sizeof(struct sctp_chunkhdr), M_DONTWAIT);
sys/netinet/sctp_output.c
6016
hdr = mtod(op_err, struct sctp_chunkhdr *);
sys/netinet/sctp_output.c
6039
struct sctp_chunkhdr *hdr;
sys/netinet/sctp_output.c
6075
hdr = mtod(cookie, struct sctp_chunkhdr *);
sys/netinet/sctp_output.c
6126
struct sctp_chunkhdr *chdr;
sys/netinet/sctp_output.c
6139
chdr = mtod(outchain, struct sctp_chunkhdr *);
sys/netinet/sctp_output.c
6188
struct sctp_chunkhdr *hdr;
sys/netinet/sctp_output.c
6207
chk->send_size = sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_output.c
6220
hdr = mtod(cookie_ack, struct sctp_chunkhdr *);
sys/netinet/sctp_output.c
6256
chk->send_size = sizeof(struct sctp_chunkhdr);
sys/netinet/sctp_output.c
8751
strack->sr_resp.ph.param_length = htons((chk->send_size - sizeof(struct sctp_chunkhdr)));
sys/netinet/sctp_output.c
8902
strreq->sr_req.ph.param_length = htons((chk->send_size - sizeof(struct sctp_chunkhdr)));
sys/netinet/sctp_output.c
9094
struct sctp_chunkhdr *ophdr;
sys/netinet/sctp_output.c
9109
M_PREPEND(scm, (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)), M_DONTWAIT);
sys/netinet/sctp_output.c
9119
ophdr = (struct sctp_chunkhdr *)(ohdr + 1);
sys/netinet/sctp_output.h
46
struct sctp_chunkhdr *);
sys/netinet/sctp_pcb.c
1124
struct sctphdr *sh, struct sctp_chunkhdr *ch,
sys/netinet/sctp_pcb.h
668
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
sys/netinet/sctputil.c
2710
struct sctp_chunkhdr *ch, chunk_buf;
sys/netinet/sctputil.c
2719
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.c
2747
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.c
2760
struct sctp_chunkhdr *ch;
sys/netinet/sctputil.c
2766
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
sys/netinet/sctputil.c
2789
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet6/sctp6_usrreq.c
121
struct sctp_chunkhdr *ch;
sys/netinet6/sctp6_usrreq.c
136
ch = (struct sctp_chunkhdr *)((vaddr_t)sh + sizeof(struct sctphdr));