Searched refs:ip6addr_ntoa_r (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6_addr.c | 178 return ip6addr_ntoa_r(addr, str, 40); in ip6addr_ntoa() 191 ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in ip6addr_ntoa_r() function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | inet.h | 163 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen)
|
A D | sockets.h | 588 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_addr_t*)(src),(dst),(size)) \ 601 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_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… 302 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip6addr_ntoa_r(ipaddr, buf, buflen)
|
A D | ip6_addr.h | 303 char *ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | inet.h | 167 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen)
|
A D | sockets.h | 569 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_addr_t*)(src),(dst),(size)) \ 582 (((af) == AF_INET6) ? ip6addr_ntoa_r((const ip6_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… 302 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip6addr_ntoa_r(ipaddr, buf, buflen)
|
A D | ip6_addr.h | 303 char *ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen);
|
Completed in 18 milliseconds