Searched refs:resolve_host (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/pending/ |
D | arp.c | 87 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/ |
D | nghttp.h | 220 int resolve_host(const std::string &host, uint16_t port);
|
D | h2load.cc | 1832 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()
|
D | nghttp.cc | 645 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/ |
D | url.c | 3232 static CURLcode resolve_host(struct Curl_easy *data, function 3300 return resolve_host(data, conn, async);
|