Home
last modified time | relevance | path

Searched refs:usTftpServPort (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/apps/tftp/include/
H A Dtftpc.h209 * @param[in] usTftpServPort TFTP server port. If the value is passed as 0 then the default TFTP
225 u16_t usTftpServPort,
245 * @param[in] usTftpServPort Indicates the TFTP server port. If the value is passed as 0 then the default TFTP
257 u16_t usTftpServPort,
277 * @param[in] usTftpServPort Indicates the TFTP server port. If the value is passed as 0 then the default TFTP
296 u16_t usTftpServPort,
/kernel/liteos_a/apps/tftp/src/
H A Dmain.c83 const u16_t usTftpServPort = 69; in osShellTftp() local
137 ret = lwip_tftp_get_file_by_filename(ntohl(ulRemoteAddr), usTftpServPort, in osShellTftp()
140 ret = lwip_tftp_put_file_by_filename(ntohl(ulRemoteAddr), usTftpServPort, in osShellTftp()
H A Dtftpc.c509 u16_t usTftpServPort, in lwip_tftp_get_file_by_filename()
659 if (usTftpServPort == 0) { in lwip_tftp_get_file_by_filename()
660 usTftpServPort = TFTPC_SERVER_PORT; in lwip_tftp_get_file_by_filename()
663 usTempServPort = usTftpServPort; in lwip_tftp_get_file_by_filename()
918 u32_t lwip_tftp_put_file_by_filename(u32_t ulHostAddr, u16_t usTftpServPort, u8_t ucTftpTransMode, in lwip_tftp_put_file_by_filename() argument
1022 if (usTftpServPort == 0) { in lwip_tftp_put_file_by_filename()
1023 usTftpServPort = TFTPC_SERVER_PORT; in lwip_tftp_put_file_by_filename()
1026 usTempServPort = usTftpServPort; in lwip_tftp_put_file_by_filename()
1432 u16_t usTftpServPort, in lwip_tftp_get_file_by_filename_to_rawmem()
1499 if (usTftpServPort in lwip_tftp_get_file_by_filename_to_rawmem()
508 lwip_tftp_get_file_by_filename(u32_t ulHostAddr, u16_t usTftpServPort, u8_t ucTftpTransMode, s8_t *szSrcFileName, s8_t *szDestDirPath) lwip_tftp_get_file_by_filename() argument
1431 lwip_tftp_get_file_by_filename_to_rawmem(u32_t ulHostAddr, u16_t usTftpServPort, u8_t ucTftpTransMode, s8_t *szSrcFileName, s8_t *szDestMemAddr, u32_t *ulFileLength) lwip_tftp_get_file_by_filename_to_rawmem() argument
[all...]

Completed in 3 milliseconds