Home
last modified time | relevance | path

Searched refs:mem_malloc (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/apps/tftp/src/
Dtftpc.c568 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename()
573 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename()
579 pszTempDestName = (s8_t *)mem_malloc(TFTP_MAX_PATH_LENGTH); in lwip_tftp_get_file_by_filename()
980 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_put_file_by_filename()
1062 pucBuffer = mem_malloc(TFTP_BLKSIZE); in lwip_tftp_put_file_by_filename()
1219 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_inner_put_file()
1479 pstSendBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename_to_rawmem()
1484 pstRecvBuf = (TFTPC_PACKET_S *)mem_malloc(sizeof(TFTPC_PACKET_S)); in lwip_tftp_get_file_by_filename_to_rawmem()
/kernel/liteos_a/apps/tftp/include/
Dtypes_adapt.h68 #define mem_malloc malloc macro
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
Dlwip_ifaddrs.c71 …struct TagIfaddrsStorage *ifStorage = (struct TagIfaddrsStorage *)mem_malloc(sizeof(struct TagIfad… in OsNewIfaddrsStorage()
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
Dlwip_ifaddrs.c88 if_storage = (struct ifaddrs_storage *)mem_malloc(sizeof(struct ifaddrs_storage)); in new_ifaddrs_storage()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dapi_shell.c348 iecho = (struct icmp_echo_hdr *)mem_malloc(iecho_len); in OsPingFunc()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Ddhcps.c881 dhcps = (struct dhcps *)mem_malloc(sizeof(struct dhcps)); in dhcps_start()
Dapi_shell.c1655 iecho = (struct icmp_echo_hdr *)mem_malloc(iecho_len);
3390 ndata.netstat_out_buf = mem_malloc(MAX_NETSTAT_ENTRY);