Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-transfer.c108 if (windowblock == windowsize || size != segsize) { in tftp_send()
259 if (windowsize == 1 || fb_size != segsize) { in tftp_receive()
350 if (*block > windowsize) in tftp_receive()
351 windowstart = *block - windowsize; in tftp_receive()
402 if (windowblock < windowsize && n_data == segsize) in tftp_receive()
H A Dtftp-utils.h58 extern uint16_t windowsize;
H A Dtftp-utils.c54 uint16_t windowsize = WINDOWSIZE; variable
H A Dtftp-options.c356 windowsize = size; in option_windowsize()