Lines Matching full:ack
107 /* Only check for ACK for last block in window. */ in tftp_send()
115 "Timeout #%d send ACK %d " in tftp_send()
120 "Timeout #%d on ACK %d", in tftp_send()
143 if (rp->th_opcode == ACK) { in tftp_send()
154 /* Did not recognize ACK. */ in tftp_send()
157 "ACK %d out of window", in tftp_send()
189 * Partial ACK. Rewind state to first in tftp_send()
195 "Partial ACK"); in tftp_send()
265 "Cannot send ACK packet #%d, " in tftp_receive()
270 "Cannot send ACK packet #%d, trying again", in tftp_receive()
411 "Cannot send ACK packet #%d, " in tftp_receive()
417 "Cannot send ACK packet #%d, trying again", in tftp_receive()
423 tftp_log(LOG_DEBUG, "Sent ACK for %d", *block); in tftp_receive()
441 *block == rp->th_block) /* then my last ack was lost */ in tftp_receive()
442 send_ack(peer, *block); /* resend final ack */ in tftp_receive()