Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h55 extern void tftp_sendfile(int, char *, char *);
H A Dmain.c443 tftp_sendfile(fd, targ, mode); in put()
470 tftp_sendfile(fd, buf, mode); in put()
H A Dtftp.c114 tftp_sendfile(int fd, char *name, char *mode) in tftp_sendfile() function