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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dmemmove.c34 void ovbcopy(const void *src, void *dst, size_t ulen) function
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h179 void ovbcopy(const void *from, void *to, size_t len);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_input.c469 ovbcopy((caddr_t)ip, (caddr_t)(((u_char *)ip) + stripsiz), off);
479 ovbcopy((caddr_t)ip, ((caddr_t)ip) + stripsiz, off);
872 ovbcopy((caddr_t)ip6, ((caddr_t)ip6) + stripsiz, off);
882 ovbcopy((caddr_t)ip6, ((caddr_t)ip6) + stripsiz, off);
H A Desp_input.c458 ovbcopy((caddr_t)ip, (caddr_t)(((u_char *)ip) + stripsiz), off);
868 ovbcopy((caddr_t)ip6, ((caddr_t)ip6) + stripsiz, off);
H A Dfrag6.c508 ovbcopy((caddr_t)ip6, (caddr_t)ip6 + sizeof(struct ip6_frag),
H A Dipsec.c2215 ovbcopy((caddr_t)ip, (caddr_t)oip, hlen);
2314 ovbcopy((caddr_t)ip6, (caddr_t)oip6, sizeof(struct ip6_hdr));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dloose_ends.c97 extern void ovbcopy(const char *from,
165 * ovbcopy - like bcopy, but recognizes overlapping ranges and handles
170 ovbcopy( function
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c1878 ovbcopy((caddr_t)ip, mtod(m, caddr_t), sizeof(struct ip));
2392 ovbcopy(mtod(m, caddr_t), (caddr_t)cp, (unsigned)cnt);
2438 ovbcopy((caddr_t)(&cp[IPOPT_OFFSET+1] +
H A Dudp_usrreq.c565 ovbcopy((caddr_t)ip, (caddr_t)(((u_char *)ip) + stripsiz), iphlen);

Completed in 118 milliseconds