Searched refs:getaddrinfo (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | netdb.h | 140 #define getaddrinfo(nodname, servname, hints, res) \ macro
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | net_sockets.c | 174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect() 223 if (getaddrinfo(bind_ip, port, &hints, &addr_list) != 0) { in mbedtls_net_bind()
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 229 * Netdb uses a memp pool for allocating memory when getaddrinfo() is called,
|
| A D | CHANGELOG | 1769 for allocating memory when getaddrinfo() is called.
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 4520 * The NET layer now unconditionnaly relies on getaddrinfo() and select().
|
Completed in 26 milliseconds