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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c122 err = copyinptr(data, isc, sizeof(*isc));
167 err = copyinptr(data, &isc, sizeof(isc));
H A Dip_proxy.c735 error = copyinptr(softc, ctl.apc_data, ptr,
H A Dip_fil.h1817 extern int copyinptr __P((ipf_main_softc_t *, void *, void *, size_t));
H A Dfil.c4171 /* Function: copyinptr */
4182 copyinptr(softc, src, dst, size) function
/freebsd-10.3-release/contrib/ipfilter/
H A Dip_fil.c700 copyinptr(src, dst, size)

Completed in 89 milliseconds