Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/ipftest/
Dip_fil.c627 copyoutptr(softc, src, dst, size)
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_auth.c1023 error = copyoutptr(softc, MTOD(m, char *), in ipf_auth_wait()
Dip_fil.h1684 extern int copyoutptr(ipf_main_softc_t *, void *, void *, size_t);
Dfil.c4103 copyoutptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyoutptr() function