Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/tftp/src/
H A Dtftpc.c104 *piSocketID = TFTP_NULL_INT32; in lwip_tftp_create_bind_socket()
119 *piSocketID = TFTP_NULL_INT32; in lwip_tftp_create_bind_socket()
325 if ((iRet == TFTP_NULL_INT32) || ((u32_t)iRet != ulSize)) { in lwip_tftp_send_to_server()
381 while ((iError != TFTP_NULL_INT32) && (iError != 0)) { in lwip_tftp_validate_data_pkt()
514 s32_t iSockNum = TFTP_NULL_INT32; in lwip_tftp_get_file_by_filename()
821 if (fp == TFTP_NULL_INT32) { in lwip_tftp_get_file_by_filename()
923 s32_t iSockNum = TFTP_NULL_INT32; in lwip_tftp_put_file_by_filename()
1078 if (TFTP_NULL_INT32 == fp) { in lwip_tftp_put_file_by_filename()
1326 if (TFTP_NULL_INT32 == iRecvLen) { in lwip_tftp_inner_put_file()
1438 s32_t iSockNum = TFTP_NULL_INT32; in lwip_tftp_get_file_by_filename_to_rawmem()
[all...]
/kernel/liteos_a/apps/tftp/include/
H A Dtftpc.h45 #define TFTP_NULL_INT32 (-1) macro

Completed in 5 milliseconds