Searched refs:recvfile (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/tftp/ |
| D | extern.h | 35 void recvfile(int, char *, char *);
|
| D | main.c | 464 recvfile(fd, src, mode); in get() 476 recvfile(fd, src, mode); in get()
|
| D | tftp.c | 273 recvfile(int fd, char *name, char *mode) in recvfile() function
|
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 73 static void recvfile(char *, opt_t, int, char *, char *, time_t, time_t, off_t); 731 recvfile(char *new, opt_t opts, int mode, char *owner, char *group, in recvfile() function 1514 recvfile(new, opts, mode, owner, group, mtime, atime, size); in recvit()
|
| /openbsd/src/usr.sbin/tftpd/ |
| D | tftpd.c | 177 void recvfile(struct tftp_client *); 949 recvfile(client); in tftp_open() 1285 recvfile(struct tftp_client *client) in recvfile() function
|