Searched refs:ip4addr_ntoa_r (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4_addr.c | 280 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 D | inet.h | 144 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen)
|
A D | sockets.h | 589 : (((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 D | ip_addr.h | 212 …((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 D | ip4_addr.h | 251 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 D | inet.h | 148 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen)
|
A D | sockets.h | 570 : (((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 D | ip_addr.h | 212 …((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 D | ip4_addr.h | 249 char *ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen);
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | modsocket.c | 823 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | modsocket.c | 860 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 796 ip4addr_ntoa_r(&ip4_addr, buf, sizeof(buf)); in mod_socket_getaddrinfo()
|
Completed in 21 milliseconds