Home
last modified time | relevance | path

Searched refs:Bcopy (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dradix.h238 #define Bcopy(a, b, n) bcopy(((char *)(a)), ((char *)(b)), (unsigned)(n)) macro
242 #define Bcopy(a, b, n) bcopy(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n)) macro
H A Dradix.c540 Bcopy(rn_ones + 1, addmask_key + 1, skip - 1); in rn_addmask()
543 Bcopy(netmask + skip, addmask_key + skip, mlen - skip); in rn_addmask()
571 Bcopy(addmask_key, cp, mlen); in rn_addmask()
H A Drtsock.c659 Bcopy(rtm, out_rtm, sizeof(struct rt_msghdr)); in route_output()
/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.c2961 Bcopy(macp, LLADDR(SDL(gate)), ifp->if_addrlen); in nd6_rtrequest()