Searched refs:tftp_receive (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/tftp/ |
H A D | tftp.c | 257 if (tftp_receive(peer, &block, &tftp_stats, NULL, 0) != 0) in recvfile() 261 if (tftp_receive(peer, &block, &tftp_stats, rp, n) != 0) in recvfile()
|
/freebsd/libexec/tftpd/ |
H A D | tftp-transfer.h | 29 int tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp,
|
H A D | tftp-transfer.c | 243 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts, in tftp_receive() function
|
H A D | tftpd.c | 826 tftp_receive(peer, &block, &ts, NULL, 0); in tftp_recvfile()
|