HomeSort by: relevance | last modified time | path
    Searched refs:copyinptr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_scan.c 129 err = copyinptr(data, isc, sizeof(*isc));
174 err = copyinptr(data, &isc, sizeof(isc));
ip_proxy.c 731 error = copyinptr(softc, ctl.apc_data, ptr,
ip_fil.h 1817 extern int copyinptr(ipf_main_softc_t *, void *, void *, size_t);
fil.c 4108 /* Function: copyinptr */
4119 copyinptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) function in typeref:typename:int

Completed in 24 milliseconds