Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h53 extern void tftp_sendfile(int, char *, char *);
H A Dmain.c512 tftp_sendfile(fd, targ, mode); in put()
539 tftp_sendfile(fd, buf, mode); in put()
H A Dtftp.c113 tftp_sendfile(int fd, char *name, char *mode) in tftp_sendfile() function