Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h56 extern void tftp_recvfile(int, char *, char *);
H A Dmain.c559 tftp_recvfile(fd, src, mode); in get()
573 tftp_recvfile(fd, src, mode); in get()
H A Dtftp.c241 tftp_recvfile(int fd, char *name, char *mode) in tftp_recvfile() function