Searched refs:netconn_gethostbyname (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | api.h | 362 #define netconn_gethostbyname(name, addr) netconn_gethostbyname_addrtype(name, addr, NETCONN_DNS_DE… macro 364 err_t netconn_gethostbyname(const char *name, ip_addr_t *addr); 365 #define netconn_gethostbyname_addrtype(name, addr, dns_addrtype) netconn_gethostbyname(name, addr)
|
/third_party/lwip/src/api/ |
D | netdb.c | 100 err = netconn_gethostbyname(name, &addr); in lwip_gethostbyname() 199 err = netconn_gethostbyname(name, &h->addr); in lwip_gethostbyname_r()
|
D | api_lib.c | 1274 netconn_gethostbyname(const char *name, ip_addr_t *addr)
|
/third_party/lwip/ |
D | CHANGELOG | 140 * netconn/netdb: added core locking support to netconn_gethostbyname (task #14523) 384 * api_lib.c: fixed race condition in return value of netconn_gethostbyname() 2825 dns resolver function for netconn api (netconn_gethostbyname) and socket api
|