Searched defs:BCOPYOUT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h260 # define BCOPYOUT(a,b,c) (bcopy((void *)(a), (void *)(b), (c)), 0) macro
696 # define BCOPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro

Completed in 158 milliseconds