sctp_m_getptr
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
sctp_m_getptr(m, offset,
a4p = (struct sctp_ipv4addr_param *)sctp_m_getptr(m, offset,
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
sctp_m_getptr(m, offset,
sctp_m_getptr(m, offset,
sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
chunk = (struct sctp_idata_chunk *)sctp_m_getptr(*m, offset,
chunk = (struct sctp_data_chunk *)sctp_m_getptr(*m, offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset,
dupdata = (uint32_t *)sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t),
stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset,
stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset,
sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig);
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);
ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)),
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset,
auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf);
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);