Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h257 # define COPYIN(a,b,c) copyin((void *)(a), (void *)(b), (c)) macro
441 # define COPYIN(a,b,c) bcopywrap((a), (b), (c)) macro
660 # define COPYIN(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
/netbsd-src/sys/dist/pf/net/
H A Dpf_table.c62 #define COPYIN(from, to, size, flags) \ macro
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c937 #define COPYIN(_code, _data, _len) do { \ in dhcp6_makemessage() macro