Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/dist/
H A Dip_fil.c679 copyoutptr(softc, src, dst, size)
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_auth.c1073 error = copyoutptr(softc, MTOD(m, char *), in ipf_auth_wait()
H A Dip_fil.h1818 extern int copyoutptr(ipf_main_softc_t *, void *, void *, size_t);
H A Dfil.c4152 copyoutptr(ipf_main_softc_t *softc, void *src, void *dst, size_t size) in copyoutptr() function