HomeSort by: relevance | last modified time | path
    Searched refs:sctp_m_getptr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_asconf.c 657 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
672 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
716 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
784 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1400 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1428 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
2472 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset,
2486 sctp_m_getptr(m, offset,
2509 a4p = (struct sctp_ipv4addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_ipv4addr_param), (uint8_t *)&addr_store);
2577 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset
    [all...]
sctputil.h 163 void *sctp_m_getptr(struct mbuf *, int, int, u_int8_t *);
sctp_input.c 1091 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
1118 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
1432 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk),
1459 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk),
1830 sig = (u_int8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (u_int8_t *)&tmp_sig);
3202 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
3235 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
3663 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
3681 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset,
3748 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset
    [all...]
sctputil.c 1755 sctp_m_getptr(struct mbuf *m, int off, int len, u_int8_t *in_ptr) function in typeref:typename:void *
1801 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit,
2719 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
2747 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
2766 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch),
2781 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,
2789 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset,
sctp_indata.c 2566 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
2655 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset,
  /src/sys/netinet6/
sctp6_usrreq.c 222 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m,

Completed in 22 milliseconds