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,
|