Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/tftp/
Dextern.h50 void recvfile(int, const char *, const char *);
Dmain.c527 recvfile(fd, src, mode); in get()
539 recvfile(fd, src, mode); in get()
Dtftp.c372 recvfile(int fd, const char *name, const char *mode) in recvfile() function
/netbsd/src/libexec/tftpd/
Dtftpd.c123 static void recvfile(struct formats *, int, int);
136 { "netascii", validate_access, sendfile, recvfile, 1 },
137 { "octet", validate_access, sendfile, recvfile, 0 },
1051 recvfile(struct formats *pf, volatile int etftp, volatile int acklength) in recvfile() function