Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Darp.c87 static void resolve_host(char *host, struct sockaddr *sa) in resolve_host() function
127 resolve_host(toys.optargs[0], &sa); in check_flags()
235 resolve_host(toys.optargs[0], &sa); in arp_main()
248 resolve_host(toys.optargs[0], &sa); in arp_main()
266 resolve_host(buf, &sa); in arp_main()
/third_party/cef/include/capi/
Dcef_request_context_capi.h265 void(CEF_CALLBACK* resolve_host)(struct _cef_request_context_t* self,
/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.cc396 if (CEF_MEMBER_MISSING(_struct, resolve_host)) in ResolveHost()
411 _struct->resolve_host(_struct, origin.GetStruct(), in ResolveHost()
/third_party/nghttp2/src/
Dnghttp.h218 int resolve_host(const std::string &host, uint16_t port);
Dh2load.cc1546 void resolve_host() { in resolve_host() function
1567 const auto &resolve_host = in resolve_host() local
1573 getaddrinfo(resolve_host.c_str(), util::utos(port).c_str(), &hints, &res); in resolve_host()
2610 resolve_host(); in main()
Dnghttp.cc631 int HttpClient::resolve_host(const std::string &host, uint16_t port) { in resolve_host() function in nghttp2::HttpClient
2357 if (client.resolve_host(host, port) != 0) { in communicate()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc590 GetStruct()->resolve_host = request_context_resolve_host; in CefRequestContextCppToC()