Home
last modified time | relevance | path

Searched refs:tftp_receive (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/tftp/
H A Dtftp.c257 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 Dtftp-transfer.h29 int tftp_receive(int peer, uint16_t *block, struct tftp_stats *tp,
H A Dtftp-transfer.c243 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts, in tftp_receive() function
H A Dtftpd.c826 tftp_receive(peer, &block, &ts, NULL, 0); in tftp_recvfile()