Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_scan.c113 err = copyinptr(data, isc, sizeof(*isc)); in ipf_scan_add()
157 err = copyinptr(data, &isc, sizeof(isc)); in ipf_scan_remove()
H A Dip_proxy.c708 error = copyinptr(softc, ctl.apc_data, ptr, in ipf_proxy_ioctl()
H A Dip_fil.h1682 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
H A Dfil.c4068 copyinptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyinptr() function
/freebsd-14.2/sbin/ipf/ipftest/
H A Dip_fil.c642 copyinptr(src, dst, size)