Searched refs:ulHostAddr (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/apps/tftp/include/ |
H A D | tftpc.h | 208 * @param[in] ulHostAddr IP address of Host. This is the TFTP server IP. [NA] 224 u32_t lwip_tftp_get_file_by_filename(u32_t ulHostAddr, 244 * @param[in] ulHostAddr Indicates the IP address of Host. This is the TFTP server IP. 256 u32_t lwip_tftp_put_file_by_filename(u32_t ulHostAddr, 276 * @param[in] ulHostAddr Indicates the IP address of the Host. This is the TFTP server IP. 295 u32_t lwip_tftp_get_file_by_filename_to_rawmem(u32_t ulHostAddr,
|
/kernel/liteos_a/apps/tftp/src/ |
H A D | tftpc.c | 504 ulHostAddr - IP address of Host 508 u32_t lwip_tftp_get_file_by_filename(u32_t ulHostAddr, in lwip_tftp_get_file_by_filename() argument 549 if (!(((ulHostAddr >= TFTPC_IP_ADDR_MIN) && in lwip_tftp_get_file_by_filename() 550 (ulHostAddr <= TFTPC_IP_ADDR_EX_RESV)) || in lwip_tftp_get_file_by_filename() 551 ((ulHostAddr >= TFTPC_IP_ADDR_CLASS_B) && in lwip_tftp_get_file_by_filename() 552 (ulHostAddr <= TFTPC_IP_ADDR_EX_CLASS_DE)))) { in lwip_tftp_get_file_by_filename() 669 stServerAddr.sin_addr.s_addr = htonl(ulHostAddr); in lwip_tftp_get_file_by_filename() 914 ulHostAddr: IP address of Host 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 950 if (!(((ulHostAddr > in lwip_tftp_put_file_by_filename() 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