Home
last modified time | relevance | path

Searched refs:copyinptr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/
H A Dip_scan.c124 err = copyinptr(data, isc, sizeof(*isc));
169 err = copyinptr(data, &isc, sizeof(isc));
H A Dip_fil.c695 copyinptr(src, dst, size)
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_scan.c129 err = copyinptr(data, isc, sizeof(*isc));
174 err = copyinptr(data, &isc, sizeof(isc));
H A Dip_proxy.c731 error = copyinptr(softc, ctl.apc_data, ptr, in ipf_proxy_ioctl()
H A Dip_fil.h1817 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
H A Dfil.c4119 copyinptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyinptr() function