Home
last modified time | relevance | path

Searched refs:dns_gethostbyname (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Ddns.h113 err_t dns_gethostbyname(const char *hostname, ip_addr_t *addr,
/third_party/lwip/src/apps/sntp/
Dsntp.c620 err = dns_gethostbyname(sntp_servers[sntp_current_server].name, &sntp_server_address, in sntp_request()
/third_party/lwip/src/apps/http/
Dhttp_client.c472 err = dns_gethostbyname(server_name, &req->remote_addr, httpc_dns_found, req); in httpc_get_internal_dns()
/third_party/lwip/src/core/
Ddns.c1638 dns_gethostbyname(const char *hostname, ip_addr_t *addr, dns_found_callback found, in dns_gethostbyname() function
/third_party/lwip/src/apps/smtp/
Dsmtp.c539 err = dns_gethostbyname(smtp_server, &addr, smtp_dns_found, s); in smtp_send_mail_alloced()
/third_party/lwip/
DCHANGELOG1839 * dns.c: Fixed bug #31701: Error return value from dns_gethostbyname() does