Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/tftp/src/
Dtftpc.c192 return TFTPC_TIMEOUT_ERROR; /* Select timeout occurred */ in lwip_tftp_recv_from_server()
196 return TFTPC_TIMEOUT_ERROR; /* FD not set*/ in lwip_tftp_recv_from_server()
691 if (ulErrCode == TFTPC_TIMEOUT_ERROR) { in lwip_tftp_get_file_by_filename()
712 ulErrCode = TFTPC_TIMEOUT_ERROR; in lwip_tftp_get_file_by_filename()
1239 if (ulError == TFTPC_TIMEOUT_ERROR) { in lwip_tftp_inner_put_file()
1252 ulError = TFTPC_TIMEOUT_ERROR; in lwip_tftp_inner_put_file()
1528 if (ulErrCode == TFTPC_TIMEOUT_ERROR) { in lwip_tftp_get_file_by_filename_to_rawmem()
1543 ulErrCode = TFTPC_TIMEOUT_ERROR; in lwip_tftp_get_file_by_filename_to_rawmem()
/kernel/liteos_a/apps/tftp/include/
Dtftpc.h100 TFTPC_TIMEOUT_ERROR = 23, /**< Max time expired while waiting for file to be received. */ enumerator