Home
last modified time | relevance | path

Searched refs:ip4addr_ntoa_r (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c280 return ip4addr_ntoa_r(addr, str, IP4ADDR_STRLEN_MAX); in ip4addr_ntoa()
293 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in ip4addr_ntoa_r() function
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dinet.h144 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen)
A Dsockets.h589 : (((af) == AF_INET) ? ip4addr_ntoa_r((const ip4_addr_t*)(src),(dst),(size)) : NULL))
596 (((af) == AF_INET) ? ip4addr_ntoa_r((const ip4_addr_t*)(src),(dst),(size)) : NULL)
A Dip_addr.h212 …((IP_IS_V6(addr)) ? ip6addr_ntoa_r(ip_2_ip6(addr), buf, buflen) : ip4addr_ntoa_r(ip_2_ip4(addr), b…
261 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip4addr_ntoa_r(ipaddr, buf, buflen)
A Dip4_addr.h251 char *ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dinet.h148 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen)
A Dsockets.h570 : (((af) == AF_INET) ? ip4addr_ntoa_r((const ip4_addr_t*)(src),(dst),(size)) : NULL))
577 (((af) == AF_INET) ? ip4addr_ntoa_r((const ip4_addr_t*)(src),(dst),(size)) : NULL)
A Dip_addr.h212 …((IP_IS_V6(addr)) ? ip6addr_ntoa_r(ip_2_ip6(addr), buf, buflen) : ip4addr_ntoa_r(ip_2_ip4(addr), b…
261 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip4addr_ntoa_r(ipaddr, buf, buflen)
A Dip4_addr.h249 char *ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen);
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c823 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c860 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c796 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()

Completed in 21 milliseconds