Searched refs:xmitfile (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/tftp/ |
H A D | tftp.h | 33 int xmitfile(int peer, char *port, int fd, char *name, char *mode);
|
H A D | tftp.c | 64 xmitfile(int peer, char *port, int fd, char *name, char *mode) in xmitfile() function
|
H A D | main.c | 489 if (xmitfile(peer, port, fd, targ, mode)) in put() 518 if (xmitfile(peer, port, fd, path, mode) != 0) in put()
|