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

/freebsd-13-stable/libexec/tftpd/
H A Dtftp-transfer.h31 void tftp_send(int peer, uint16_t *block, struct tftp_stats *tp);
32 void tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp,
H A Dtftp-utils.h122 struct tftp_stats { struct
131 void stats_init(struct tftp_stats *ts);
132 void printstats(const char *direction, int verbose, struct tftp_stats *ts);
H A Dtftp-utils.c295 stats_init(struct tftp_stats *ts)
307 printstats(const char *direction, int verbose, struct tftp_stats *ts)
H A Dtftp-transfer.c62 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts)
247 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts,
H A Dtftpd.c811 struct tftp_stats ts;
832 struct tftp_stats ts;
/freebsd-13-stable/usr.bin/tftp/
H A Dtftp.c79 struct tftp_stats tftp_stats; local
81 stats_init(&tftp_stats);
161 tftp_send(peer, &block, &tftp_stats);
164 if (tftp_stats.amount > 0)
165 printstats("Sent", verbose, &tftp_stats);
180 struct tftp_stats tftp_stats; local
182 stats_init(&tftp_stats);
265 tftp_receive(peer, &block, &tftp_stats, NUL
[all...]

Completed in 23 milliseconds