m_copydata
m_copydata(xfer->mbuf, 0,
m_copydata(m0, 0, len, (caddr_t)(sc->txd_base + sc->txd_cur));
m_copydata(m0, 0, to_end, (caddr_t)(sc->txd_base +
m_copydata(m0, to_end, len - to_end, (caddr_t)sc->txd_base);
m_copydata(m, 0, m->m_pkthdr.len, mtod(n, char *));
m_copydata(m0, sizeof(struct ether_header) - 2 ,
m_copydata(m0, sizeof(struct ether_header) - 2 ,
m_copydata(m0, 0, hdrlen, (caddr_t)&desc->wh);
m_copydata(m, 4 /* skip 32-bit DMA-len header */, mbuf_len,
m_copydata(m, 4 /* skip 32-bit DMA-len header */,
m_copydata(m0, 0, m0->m_pkthdr.len, mtod(m, caddr_t));
m_copydata(m, 0, sizeof(stat), (caddr_t)&stat);
m_copydata(m, 0, m->m_pkthdr.len,
m_copydata(map->mbuf, offset, length,
void m_copydata(const struct mbuf*, int, int, caddr_t);
m_copydata(m0, progress, length, mtod(m_new, caddr_t));
m_copydata(m0, progress, fraglen, mtod(m_last, caddr_t));
m_copydata(n->m_next, 0, tlen, mtod(n, caddr_t) + n->m_len);
m_copydata(n->m_next, 0, tlen, mtod(o, caddr_t) + o->m_len);
m_copydata(m, off, len, mtod(n, caddr_t));
m_copydata(m, src_offset, src_len, (caddr_t)((uint8*)cache->buffer + dst_offset));
m_copydata(m, hdrlen + IEEE80211_WEP_IVLEN, sizeof(keyid), &keyid);
m_copydata(m, m->m_pkthdr.len - ccmp_get_trailer_len(key),
m_copydata(m, m->m_pkthdr.len - tkip.ic_miclen,
m_copydata(m, 0, pktlen, mtod(n, caddr_t));
m_copydata(m, sizeof(struct ether_header) +
m_copydata(m, sizeof(struct ether_header) +
m_copydata(m0, off, payload, mtod(m, uint8_t *) + hdrspace);
m_copydata(m, 0, sizeof(uint32_t), (caddr_t) &ath);
m_copydata(m0, 0, m0->m_pkthdr.len, mtod(m, caddr_t));
m_copydata(m, moff, IEEE80211_CCMP_MICLEN, mic0);
m_copydata(m, moff, IEEE80211_TKIP_TAILLEN, buf);
m_copydata(m, moff, IEEE80211_WEP_CRCLEN, (caddr_t)&crc0);
m_copydata(m, 0, sizeof(eh), (caddr_t)&eh);
m_copydata(m, sizeof(eh), sizeof(ip), (caddr_t)&ip);
m_copydata(m, sizeof(eh), sizeof(ip6), (caddr_t)&ip6);