Searched refs:m_copydata (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c192 m_copydata(m, ivoff, ivlen, (caddr_t) iv);
225 m_copydata(s, sn, AES_BLOCKLEN, (caddr_t) sbuf);
406 m_copydata(s, sn, AES_BLOCKLEN, (caddr_t) sbuf);
H A Desp_input.c304 m_copydata(m, m->m_pkthdr.len - siz, siz, (caddr_t) &sum0[0]);
404 m_copydata(m, m->m_pkthdr.len - sizeof(esptail), sizeof(esptail),
855 m_copydata(m, m->m_pkthdr.len - siz, siz, (caddr_t) &sum0[0]);
951 m_copydata(m, m->m_pkthdr.len - sizeof(esptail), sizeof(esptail),
1129 m_copydata(m, 0, m->m_pkthdr.len, mtod(n, caddr_t));
1135 m_copydata(m, 0, maxlen, mtod(n, caddr_t));
1251 m_copydata(m, off, sizeof(esp), (caddr_t)&esp);
H A Desp_core.c597 m_copydata(m, ivoff, ivlen, (caddr_t) iv);
663 m_copydata(s, sn, blocklen, (caddr_t) sbuf);
825 m_copydata(m, ivoff, ivlen, (caddr_t) iv);
896 m_copydata(s, sn, blocklen, (caddr_t) sbuf);
H A Dah_core.c1291 m_copydata(m, off, sizeof(iphdr), (caddr_t)&iphdr);
1324 m_copydata(m, off, hlen, mtod(n, caddr_t));
1412 m_copydata(m, off, sizeof(ah), (caddr_t)&ah);
1440 m_copydata(m, off, totlen, mtod(n, caddr_t));
1542 m_copydata(m, off, newoff - off, (caddr_t)&ip6copy);
1591 m_copydata(m, off, newoff - off, mtod(n, caddr_t));
1626 m_copydata(m, off, newoff - off, mtod(n, caddr_t));
H A Dip6_input.c610 m_copydata(m, 0, m->m_pkthdr.len, mtod(n, caddr_t));
1840 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
1863 m_copydata(m, off, elen, mtod(n, caddr_t));
1943 m_copydata(m, off, sizeof(ip6), (caddr_t)&ip6);
1956 m_copydata(m, off, sizeof(fh), (caddr_t)&fh);
1968 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
1979 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
H A Dipsec.c974 m_copydata(m, 0, sizeof(ipbuf), (caddr_t)&ipbuf);
1036 m_copydata(m, 0, sizeof(ip), (caddr_t)&ip);
1055 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1067 m_copydata(m, off, sizeof(uh), (caddr_t)&uh);
1076 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
1102 m_copydata(m, 0, sizeof(ipbuf), (caddr_t)&ipbuf);
1157 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1167 m_copydata(m, off, sizeof(uh), (caddr_t)&uh);
1192 m_copydata(m, 0, sizeof(ip6buf), (caddr_t)&ip6buf);
4017 m_copydata(
[all...]
H A Dudp6_usrreq.c627 m_copydata(m, off, sizeof(*uhp), (caddr_t)&uh);
H A Dah_input.c1071 m_copydata(m, off, sizeof(ah), (caddr_t)&ah);
H A Dicmp6.c1381 m_copydata(m, off + sizeof(struct icmp6_nodeinfo),
2211 m_copydata(m, 0, sizeof(nip6), (caddr_t)&nip6);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c291 * we need to use m_copydata() to get data from <n->m_next, 0>.
305 m_copydata(n->m_next, 0, tlen, mtod(n, caddr_t) + n->m_len);
346 m_copydata(n->m_next, 0, tlen, mtod(o, caddr_t) + o->m_len);
H A Duipc_mbuf.c4610 m_copydata(struct mbuf *m, int off, int len, void *vp) function
4616 panic("m_copydata: invalid offset %d or len %d", off, len);
4620 panic("m_copydata: invalid mbuf chain");
4628 panic("m_copydata: invalid mbuf chain");
5365 m_copydata(m, off, mlen, datap);
5376 m_copydata(m, 0, mlen, datap);
5781 m_copydata(m0, progress, length, mtod(m_new, caddr_t));
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h293 extern void m_copydata(struct mbuf *, int, int, caddr_t);
H A Dip_icmp.c280 m_copydata(n, 0, icmplen, (caddr_t)&icp->icmp_ip);
H A Dip_output.c1999 m_copydata(m, ip_offset, sizeof(struct ip), (caddr_t) buf);
2109 m_copydata(m, ip_offset, sizeof(struct ip), (caddr_t) buf);
H A Dtcp_output.c1376 m_copydata(so->so_snd.sb_mb, off, (int) len,
H A Dip_input.c2443 m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t));
H A Dtcp_subr.c1875 m_copydata(m, off, sizeof(*thp), (caddr_t)&th);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h874 extern void m_copydata(struct mbuf *, int, int, void *);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c2030 m_copydata(m, 0, sizeof(struct sadb_msg),
2040 m_copydata(m, mhp->extoff[idx], mhp->extlen[idx],
2547 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
5874 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
7732 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
8353 m_copydata(m, 0, m->m_pkthdr.len, mtod(n, caddr_t));
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c358 m_copydata(m, 0, len, (caddr_t)rtm);
H A Dif_bridge.c4787 m_copydata(*mp, 0, ETHER_HDR_LEN, (caddr_t)&eh2);
4792 m_copydata(*mp, 0, sizeof (struct llc), (caddr_t)&llc1);
H A Dpf.c4732 m_copydata(m, off + sizeof (*uh), plen, &ike);
5478 m_copydata(m, off, plen, &cm);
6354 m_copydata(m, off + sizeof (*uh), plen, &ike);
6877 m_copydata(m, off + sizeof (uh), plen, &ike);
7517 m_copydata(m, off, len, p);

Completed in 309 milliseconds