Home
last modified time | relevance | path

Searched refs:resolve_host (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
Darp.c87 static void resolve_host(char *host, struct sockaddr *sa) in resolve_host() function
120 resolve_host(toys.optargs[0], &sa); in check_flags()
227 resolve_host(toys.optargs[0], &sa); in arp_main()
237 resolve_host(toys.optargs[0], &sa); in arp_main()
255 resolve_host(ip, &sa); in arp_main()
/third_party/nghttp2/src/
Dnghttp.h220 int resolve_host(const std::string &host, uint16_t port);
Dh2load.cc1832 void resolve_host() { in resolve_host() function
1853 const auto &resolve_host = in resolve_host() local
1859 getaddrinfo(resolve_host.c_str(), util::utos(port).c_str(), &hints, &res); in resolve_host()
3107 resolve_host(); in main()
Dnghttp.cc645 int HttpClient::resolve_host(const std::string &host, uint16_t port) { in resolve_host() function in nghttp2::HttpClient
2385 if (client.resolve_host(host, port) != 0) { in communicate()
/third_party/curl/lib/
Durl.c3232 static CURLcode resolve_host(struct Curl_easy *data, function
3300 return resolve_host(data, conn, async);