Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-transfer.c62 int size, n_data, n_ack, sendtry, acktry; in tftp_send() local
73 acktry = 0; in tftp_send()
113 if (acktry == maxtimeouts) { in tftp_send()
116 "giving up", acktry, *block); in tftp_send()
121 acktry, *block); in tftp_send()
123 acktry++; in tftp_send()
178 acktry = 0; in tftp_send()