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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkController.cpp1085 caddr_t src_dat, dst_dat; local
1095 dst_dat = (caddr_t)mbuf_data(dst);
1110 bcopy(src_dat, dst_dat, src_len);
1113 dst_dat += src_len;
1120 bcopy(src_dat, dst_dat, dst_len); // dst_len = 0?
1132 dst_dat = (caddr_t)mbuf_data(dst);

Completed in 64 milliseconds