Searched refs:sctp_m_getptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_asconf.c673 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *) & aparam_buf);
690 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *) & aparam_buf);
719 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
788 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1721 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1745 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
2382 ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
2389 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
2411 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
2436 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(ch
[all...]
H A Dsctputil.h144 caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);
H A Dsctp_input.c1498 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
1513 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
2045 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
2063 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
2207 sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
2490 sig = (uint8_t *) sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *) & tmp_sig);
4106 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *) & pstore);
4117 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)),
4478 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
4515 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(
[all...]
H A Dsctp_auth.c1436 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
1503 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
H A Dsctputil.c2466 sctp_m_getptr(struct mbuf *m, int off, int len, uint8_t * in_ptr) function
2514 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
4036 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4069 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4094 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
4109 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
4117 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
H A Dsctp_indata.c2359 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
2531 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
2831 frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset,
4166 dupdata = (uint32_t *) sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t),
5251 stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset,
H A Dsctp_output.c11436 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
11460 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,

Completed in 316 milliseconds