Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_scan.c114 err = copyinptr(data, isc, sizeof(*isc));
159 err = copyinptr(data, &isc, sizeof(isc));
H A Dip_proxy.c733 error = copyinptr(softc, ctl.apc_data, ptr,
H A Dip_fil.h1679 extern int copyinptr __P((ipf_main_softc_t *, void *, void *, size_t));
H A Dfil.c4165 copyinptr(softc, src, dst, size) in copyinptr() function