Searched refs:tftp_send (Results 1 – 4 of 4) sorted by relevance
28 int tftp_send(int peer, uint16_t *block, struct tftp_stats *tp);
59 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts) in tftp_send() function
805 tftp_send(peer, &block, &ts); in tftp_xmitfile()
153 if (tftp_send(peer, &block, &tftp_stats) != 0) in xmitfile()