Home
last modified time | relevance | path

Searched defs:COPYOUT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/rump_dhcpclient/
H A Dif-bsd.c66 #define COPYOUT(sin, sa) \ macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h258 # define COPYOUT(a,b,c) copyout((void *)(a), (void *)(b), (c)) macro
442 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) macro
661 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
/netbsd-src/sys/dist/pf/net/
H A Dpf_table.c67 #define COPYOUT(from, to, size, flags) \ macro