Searched refs:tftp_stats (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/libexec/tftpd/
H A Dtftp-transfer.h29 void tftp_send(int peer, uint16_t *block, struct tftp_stats *tp);
30 void tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp,
H A Dtftp-utils.h114 struct tftp_stats { struct
123 void stats_init(struct tftp_stats *ts);
124 void printstats(const char *direction, int verbose, struct tftp_stats *ts);
H A Dtftp-transfer.c53 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts)
158 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts,
H A Dtftp-utils.c289 stats_init(struct tftp_stats *ts)
301 printstats(const char *direction, int verbose, struct tftp_stats *ts)
H A Dtftpd.c788 struct tftp_stats ts;
808 struct tftp_stats ts;
/freebsd-10.1-release/usr.bin/tftp/
H A Dtftp.c76 struct tftp_stats tftp_stats; local
78 stats_init(&tftp_stats);
157 tftp_send(peer, &block, &tftp_stats);
160 if (tftp_stats.amount > 0)
161 printstats("Sent", verbose, &tftp_stats);
176 struct tftp_stats tftp_stats; local
178 stats_init(&tftp_stats);
260 tftp_receive(peer, &block, &tftp_stats, NUL
[all...]

Completed in 106 milliseconds