Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/faithd/
Dftp.c68 static ssize_t ftp_copy(int, int);
166 error = ftp_copy(port4, port6); in ftp_relay()
192 error = ftp_copy(port6, port4); in ftp_relay()
326 ftp_copy(int src, int dst) in ftp_copy() function