Searched refs:recvfile (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/usr.bin/tftp/ |
| D | extern.h | 50 void recvfile(int, const char *, const char *);
|
| D | main.c | 527 recvfile(fd, src, mode); in get() 539 recvfile(fd, src, mode); in get()
|
| D | tftp.c | 372 recvfile(int fd, const char *name, const char *mode) in recvfile() function
|
| /netbsd/src/libexec/tftpd/ |
| D | tftpd.c | 123 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
|