Home
last modified time | relevance | path

Searched refs:m_copydata (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c926 m_copydata(m, off, len, mtod(n, caddr_t)); in m_dup1()
1027 m_copydata(n->m_next, 0, tlen, mtod(n, caddr_t) + n->m_len); in m_pulldown()
1061 m_copydata(n->m_next, 0, tlen, mtod(o, caddr_t) + o->m_len); in m_pulldown()
1352 m_copydata(const struct mbuf *m, int off, int len, caddr_t cp) in m_copydata() function
Duser_mbuf.h122 void m_copydata(const struct mbuf *, int, int, caddr_t);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c461 m_copydata(ip6cp->ip6c_m,
522 m_copydata(ip6cp->ip6c_m,
527 m_copydata(ip6cp->ip6c_m,
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c3594 m_copydata(control, off, sizeof(cmh), (caddr_t)&cmh);
3619 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data);
3636 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3647 m_copydata(control, cmsg_data_off, sizeof(struct sctp_prinfo), (caddr_t)&prinfo);
3659 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3698 m_copydata(control, off, sizeof(cmh), (caddr_t)&cmh);
3718 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg);
3783 m_copydata(control, cmsg_data_off, sizeof(struct in_addr), (caddr_t)&sin.sin_addr);
3809 m_copydata(control, cmsg_data_off, sizeof(struct in6_addr), (caddr_t)&sin6.sin6_addr);
3877 m_copydata(control, off, sizeof(cmh), (caddr_t)&cmh);
[all …]
Dsctp_bsd_addr.c942 m_copydata(m, 0, length, (caddr_t)copyto);
Dsctputil.c5273 m_copydata(control->data, 0, length, buffer);
8315 m_copydata(ip6cp->ip6c_m,
8321 m_copydata(ip6cp->ip6c_m,
8389 m_copydata(ip6cp->ip6c_m,
8395 m_copydata(ip6cp->ip6c_m,