Home
last modified time | relevance | path

Searched refs:ip4addr_ntoa (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h119 char *ip4addr_ntoa(const ip4_addr_t *addr);
126 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr))
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_lwip.c310 printf("ip = %s \r\n", ip4addr_ntoa(&eth_ip_info.ip)); in post_ip_addr()
311 printf("mask = %s \r\n", ip4addr_ntoa(&eth_ip_info.netmask)); in post_ip_addr()
312 printf("gateway = %s \r\n", ip4addr_ntoa(&eth_ip_info.gw)); in post_ip_addr()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dinet.h143 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr))
A Dip_addr.h209 ((IP_IS_V6(addr)) ? ip6addr_ntoa(ip_2_ip6(addr)) : ip4addr_ntoa(ip_2_ip4(addr))))
260 #define ipaddr_ntoa(ipaddr) ip4addr_ntoa(ipaddr)
A Dip4_addr.h250 char *ip4addr_ntoa(const ip4_addr_t *addr);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dinet.h147 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr))
A Dip_addr.h209 ((IP_IS_V6(addr)) ? ip6addr_ntoa(ip_2_ip6(addr)) : ip4addr_ntoa(ip_2_ip4(addr))))
260 #define ipaddr_ntoa(ipaddr) ip4addr_ntoa(ipaddr)
A Dip4_addr.h248 char *ip4addr_ntoa(const ip4_addr_t *addr);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c277 ip4addr_ntoa(const ip4_addr_t *addr) in ip4addr_ntoa() function

Completed in 87 milliseconds