Home
last modified time | relevance | path

Searched refs:resolv (Results 1 – 25 of 31) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc38 auto resolv = static_cast<DNSResolver *>(data); in sock_state_cb() local
40 if (resolv->get_status(nullptr) != DNSResolverStatus::RUNNING) { in sock_state_cb()
45 resolv->start_rev(s); in sock_state_cb()
47 resolv->stop_rev(s); in sock_state_cb()
50 resolv->start_wev(s); in sock_state_cb()
52 resolv->stop_wev(s); in sock_state_cb()
59 auto resolv = static_cast<DNSResolver *>(arg); in host_cb() local
60 resolv->on_result(status, hostent); in host_cb()
65 void process_result(DNSResolver *resolv) { in process_result() argument
66 auto cb = resolv->get_complete_cb(); in process_result()
[all …]
Dshrpx_dns_tracker.cc61 ResolverEntry DNSTracker::make_entry(std::unique_ptr<DualDNSResolver> resolv, in make_entry() argument
68 ent.resolv = std::move(resolv); in make_entry()
87 std::unique_ptr<DualDNSResolver> resolv, in update_entry() argument
91 ent.resolv = std::move(resolv); in update_entry()
117 auto resolv = std::make_unique<DualDNSResolver>(loop_, family_); in resolve() local
122 rv = resolv->resolve(host); in resolve()
136 switch (resolv->get_status(result)) { in resolve()
162 make_entry(std::move(resolv), std::move(host_copy), in resolve()
187 auto resolv = std::make_unique<DualDNSResolver>(loop_, family_); in resolve() local
190 rv = resolv->resolve(host); in resolve()
[all …]
Dshrpx_dns_tracker.h65 std::unique_ptr<DualDNSResolver> resolv; member
100 ResolverEntry make_entry(std::unique_ptr<DualDNSResolver> resolv,
104 void update_entry(ResolverEntry &ent, std::unique_ptr<DualDNSResolver> resolv,
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage1.sh18 echo "nameserver 8.8.8.8" > /etc/resolv.conf
/third_party/libwebsockets/lib/plat/unix/
DCMakeLists.txt61 list(APPEND SOURCES plat/unix/android/android-resolv.c)
63 list(APPEND SOURCES plat/unix/unix-resolv.c)
/third_party/node/deps/cares/
DTODO6 - To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
Dconfigure.ac378 dnl resolv lib for Apple (MacOS and iOS)
380 AC_SEARCH_LIBS([res_servicename], [resolv], [
387 dnl resolv lib for z/OS
389 AC_SEARCH_LIBS([res_init], [resolv], [
DCMakeLists.txt103 CARES_FUNCTION_IN_LIBRARY (res_servicename resolv HAVE_RES_SERVICENAME_IN_LIBRESOLV)
237 LIST (APPEND CARES_DEPENDENT_LIBS resolv)
DCHANGES712 …Port for Haiku. Slight CMake changes, header changes, and resolv.conf/hosts paths specific to Hai…
1711 Accept invalid /etc/resolv.conf lookup values, ability to build container tests (#274)
1714 * Accept invalid /etc/resolv.conf lookup values
2070 Add ares_init_options() configurability for path to resolv.conf file
2074 /etc/resolv.conf is used like normal.
3027 - the /etc/resolv.conf file includes the 'rotate' option
3032 a 'rotate' option in /etc/resolv.conf will turn it on again.
3398 If there is no lookup configuration in `resolv.conf`,
3481 - arbitrary filesystem (e.g. /etc/resolv.conf, /etc/nsswitch.conf, /etc/hosts)
3783 /etc/resolv.conf option.
[all …]
/third_party/libwebsockets/lib/plat/freertos/
DCMakeLists.txt53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
/third_party/cares/
D0001-ADD-OHOS-DNS-PROXY-BY-NETSYS.patch81 /* Don't read resolv.conf and friends if we don't have to */
/third_party/toybox/scripts/
Dmake.sh115 for i in util crypt m resolv selinux smack attr crypto z log iconv
Dmkroot.sh118 echo "nameserver 8.8.8.8" > "$ROOT"/etc/resolv.conf || exit 1
/third_party/libwebsockets/lib/plat/windows/
DCMakeLists.txt45 list(APPEND SOURCES plat/windows/windows-resolv.c)
/third_party/libwebsockets/READMEs/
DREADME.async-dns.md31 - platform-specific server address capturing (from /etc/resolv.conf
/third_party/musl/porting/linux/user/
DMakefile64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
/third_party/musl/porting/liteos_a/user_debug/
DMakefile64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
/third_party/musl/
DMakefile64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
DWHATSNEW410 - fixed crashes in dns lookup on some errors, e.g. resolv.conf missing
1091 - support for mixing IPv4 and v6 nameserver addresses in resolv.conf
1628 - search domains in resolv.conf
1653 - mishandling of transient failure opening hosts, services, resolv.conf
1666 - various minor resolv.conf parsing bugs
1748 - resolv.h __RES version macro now matches supported APIs
1822 - functional regression in resolv.conf attempts option
Dmusl_src.gni2162 "include/resolv.h",
/third_party/node/doc/api/
Ddns.md838 [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html).
1401 [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html).
1452 modified by changing settings in nsswitch.conf(5) and/or resolv.conf(5),
/third_party/libwebsockets/
DLICENSE20 - lib/plat/windows/windows-resolv.c - relicensed from "Beerware v42" to MIT
/third_party/python/Lib/test/
Dcfgparser.2284 # and the /etc/resolv.conf file. "host" therefore is system
/third_party/python/
Dpyconfig.h.in622 /* Define to 1 if you have the `resolv' library (-lresolv). */
/third_party/curl/docs/
DTODO295 If /etc/resolv.conf gets updated while a program using libcurl is running, it

12