Home
last modified time | relevance | path

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

/freebsd/usr.bin/tftp/
H A Dtftp.h33 int xmitfile(int peer, char *port, int fd, char *name, char *mode);
H A Dtftp.c64 xmitfile(int peer, char *port, int fd, char *name, char *mode) in xmitfile() function
H A Dmain.c489 if (xmitfile(peer, port, fd, targ, mode)) in put()
518 if (xmitfile(peer, port, fd, path, mode) != 0) in put()