Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/tftp/include/
H A Dtftpc.h151 #define TFTP_HDRSIZE 4 /* TFTP header size */ macro
152 #define TFTP_PKTSIZE (TFTP_BLKSIZE + TFTP_HDRSIZE) /* Packet size */
/kernel/liteos_a/apps/tftp/src/
H A Dtftpc.c793 ulRecvSize -= TFTP_HDRSIZE; in lwip_tftp_get_file_by_filename()
817 ulSize = TFTP_HDRSIZE; in lwip_tftp_get_file_by_filename()
1129 ulSize = (u32_t)iErrCode + TFTP_HDRSIZE; in lwip_tftp_put_file_by_filename()
1177 } while (ulSize == (TFTP_BLKSIZE + TFTP_HDRSIZE)); in lwip_tftp_put_file_by_filename()
1612 ulRecvSize -= TFTP_HDRSIZE; in lwip_tftp_get_file_by_filename_to_rawmem()
1633 ulSize = TFTP_HDRSIZE; in lwip_tftp_get_file_by_filename_to_rawmem()

Completed in 4 milliseconds