Home
last modified time | relevance | path

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

/dragonfly/usr.bin/tftp/
H A Dextern.h33 void recvfile(int, char *, char *);
H A Dmain.c453 recvfile(fd, src, mode); in get()
465 recvfile(fd, src, mode); in get()
H A Dtftp.c201 recvfile(int fd, char *name, char *mode) in recvfile() function
/dragonfly/libexec/tftpd/
H A Dtftpd.c310 static void recvfile(struct formats *);
319 { "netascii", validate_access, xmitfile, recvfile, 1 },
320 { "octet", validate_access, xmitfile, recvfile, 0 },
658 recvfile(struct formats *pf) in recvfile() function