Searched refs:TFTP_MAX_RETRIES (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/apps/
H A Dtftp_opts.h76 #if !defined TFTP_MAX_RETRIES || defined __DOXYGEN__
77 #define TFTP_MAX_RETRIES 5 macro
/barrelfish-master/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c374 if ((tftp_state.last_data != NULL) && (tftp_state.retries < TFTP_MAX_RETRIES)) {

Completed in 31 milliseconds