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

/freebsd-11-stable/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.c292 stats_init(struct tftp_stats *ts)
304 printstats(const char *direction, int verbose, struct tftp_stats *ts)
H A Dtftpd.c806 struct tftp_stats ts;
827 struct tftp_stats ts;
/freebsd-11-stable/usr.bin/tftp/
H A Dtftp.c77 struct tftp_stats tftp_stats; local
79 stats_init(&tftp_stats);
159 tftp_send(peer, &block, &tftp_stats);
162 if (tftp_stats.amount > 0)
163 printstats("Sent", verbose, &tftp_stats);
178 struct tftp_stats tftp_stats; local
180 stats_init(&tftp_stats);
263 tftp_receive(peer, &block, &tftp_stats, NUL
[all...]

Completed in 127 milliseconds