Symbol: sctp_m_getptr
sys/netinet/sctp_asconf.c
1730
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
1754
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
sys/netinet/sctp_asconf.c
2347
ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
sys/netinet/sctp_asconf.c
2354
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
sys/netinet/sctp_asconf.c
2377
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
sys/netinet/sctp_asconf.c
2404
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
sys/netinet/sctp_asconf.c
2791
sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
sys/netinet/sctp_asconf.c
2804
sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
2825
a4p = (struct sctp_ipv4addr_param *)sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
2888
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
2939
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
2954
sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
2984
sctp_m_getptr(m, offset,
sys/netinet/sctp_asconf.c
3007
sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
sys/netinet/sctp_asconf.c
688
p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
sys/netinet/sctp_asconf.c
699
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
sys/netinet/sctp_asconf.c
729
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
sys/netinet/sctp_asconf.c
793
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_auth.c
1379
phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_auth.c
1447
phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
sys/netinet/sctp_indata.c
1702
chunk = (struct sctp_idata_chunk *)sctp_m_getptr(*m, offset,
sys/netinet/sctp_indata.c
1719
chunk = (struct sctp_data_chunk *)sctp_m_getptr(*m, offset,
sys/netinet/sctp_indata.c
2699
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_indata.c
2888
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_indata.c
3190
frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_indata.c
4474
dupdata = (uint32_t *)sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t),
sys/netinet/sctp_indata.c
5609
stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset,
sys/netinet/sctp_indata.c
5625
stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset,
sys/netinet/sctp_input.c
1404
sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
sys/netinet/sctp_input.c
1421
sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
sys/netinet/sctp_input.c
1980
sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
sys/netinet/sctp_input.c
1998
sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
sys/netinet/sctp_input.c
2101
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
sys/netinet/sctp_input.c
2346
sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig);
sys/netinet/sctp_input.c
4006
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);
sys/netinet/sctp_input.c
4017
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)),
sys/netinet/sctp_input.c
4389
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
4423
asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset,
sys/netinet/sctp_input.c
4439
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf);
sys/netinet/sctp_input.c
4544
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_input.c
5230
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
sys/netinet/sctp_output.c
11581
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctp_output.c
11605
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.c
3082
return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
sys/netinet/sctputil.c
4562
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.c
4595
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.c
4620
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
sys/netinet/sctputil.c
4636
init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
sys/netinet/sctputil.c
4644
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sys/netinet/sctputil.h
131
caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);