Home
last modified time | relevance | path

Searched refs:dns_gethostbyname (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Ddns.h105 * @param callback_arg a user-specified callback argument passed to dns_gethostbyname
113 err_t dns_gethostbyname(const char *hostname, ip_addr_t *addr,
/third_party/lwip/src/apps/sntp/
H A Dsntp.c620 err = dns_gethostbyname(sntp_servers[sntp_current_server].name, &sntp_server_address, in sntp_request()
/third_party/lwip/src/apps/http/
H A Dhttp_client.c472 err = dns_gethostbyname(server_name, &req->remote_addr, httpc_dns_found, req); in httpc_get_internal_dns()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c539 err = dns_gethostbyname(smtp_server, &addr, smtp_dns_found, s); in smtp_send_mail_alloced()
555 LWIP_DEBUGF(SMTP_DEBUG_WARN_STATE, ("dns_gethostbyname failed: %d\n", (int)err)); in smtp_send_mail_alloced()
/third_party/lwip/src/core/
H A Ddns.c134 /* The number of parallel requests (i.e. calls to dns_gethostbyname
1638 dns_gethostbyname(const char *hostname, ip_addr_t *addr, dns_found_callback found, in dns_gethostbyname() function
1646 * Like dns_gethostbyname, but returned address type can be controlled:
1679 LWIP_DEBUGF(DNS_DEBUG, ("dns_gethostbyname: name too long to resolve")); in dns_gethostbyname_addrtype()

Completed in 8 milliseconds