Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipftest/
H A Dip_fil.c626 copyoutptr(softc, src, dst, size)
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c1021 error = copyoutptr(softc, MTOD(m, char *), in ipf_auth_wait()
H A Dip_fil.h1683 extern int copyoutptr(ipf_main_softc_t *, void *, void *, size_t);
H A Dfil.c4101 copyoutptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyoutptr() function