Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_scan.c109 err = copyinptr(data, isc, sizeof(*isc)); in ipf_scan_add()
153 err = copyinptr(data, &isc, sizeof(isc)); in ipf_scan_remove()
H A Dip_proxy.c705 error = copyinptr(softc, ctl.apc_data, ptr, in ipf_proxy_ioctl()
H A Dip_fil.h1680 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
H A Dfil.c4064 copyinptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyinptr() function
/freebsd/sbin/ipf/ipftest/
H A Dip_fil.c638 copyinptr(src, dst, size)