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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c680 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
697 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
726 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
792 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1723 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1747 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
2392 ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
2399 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
2422 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
2449 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(ch
[all...]
H A Dsctputil.h143 caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);
H A Dsctp_input.c1547 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
1562 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
2090 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
2108 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
2268 sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
2565 sig = (uint8_t *) sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *) & tmp_sig);
4235 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);
4243 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, (int)sizeof(cstore)),
4580 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
4617 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(
[all...]
H A Dsctp_auth.c1447 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
1514 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr),
H A Dsctputil.c2607 sctp_m_getptr(struct mbuf *m, int off, int len, uint8_t * in_ptr) function
2655 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
4249 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4284 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
4311 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
4326 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
4334 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
H A Dsctp_indata.c2376 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
2554 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
2852 frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset,
4193 dupdata = (uint32_t *)sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t),
5302 stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset,
H A Dsctp_output.c12097 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
12121 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,

Completed in 1511 milliseconds