/third_party/nghttp2/src/ |
D | shrpx_dns_resolver.cc | 38 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 …]
|
D | shrpx_dns_tracker.cc | 61 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 …]
|
D | shrpx_dns_tracker.h | 65 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/ |
D | init-stage1.sh | 18 echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
/third_party/libwebsockets/lib/plat/unix/ |
D | CMakeLists.txt | 61 list(APPEND SOURCES plat/unix/android/android-resolv.c) 63 list(APPEND SOURCES plat/unix/unix-resolv.c)
|
/third_party/node/deps/cares/ |
D | TODO | 6 - To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
|
D | configure.ac | 378 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], [
|
D | CMakeLists.txt | 103 CARES_FUNCTION_IN_LIBRARY (res_servicename resolv HAVE_RES_SERVICENAME_IN_LIBRESOLV) 237 LIST (APPEND CARES_DEPENDENT_LIBS resolv)
|
D | CHANGES | 712 …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/ |
D | CMakeLists.txt | 53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
|
/third_party/cares/ |
D | 0001-ADD-OHOS-DNS-PROXY-BY-NETSYS.patch | 81 /* Don't read resolv.conf and friends if we don't have to */
|
/third_party/toybox/scripts/ |
D | make.sh | 115 for i in util crypt m resolv selinux smack attr crypto z log iconv
|
D | mkroot.sh | 118 echo "nameserver 8.8.8.8" > "$ROOT"/etc/resolv.conf || exit 1
|
/third_party/libwebsockets/lib/plat/windows/ |
D | CMakeLists.txt | 45 list(APPEND SOURCES plat/windows/windows-resolv.c)
|
/third_party/libwebsockets/READMEs/ |
D | README.async-dns.md | 31 - platform-specific server address capturing (from /etc/resolv.conf
|
/third_party/musl/porting/linux/user/ |
D | Makefile | 64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
|
/third_party/musl/porting/liteos_a/user_debug/ |
D | Makefile | 64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
|
/third_party/musl/ |
D | Makefile | 64 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
|
D | WHATSNEW | 410 - 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
|
D | musl_src.gni | 2162 "include/resolv.h",
|
/third_party/node/doc/api/ |
D | dns.md | 838 [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/ |
D | LICENSE | 20 - lib/plat/windows/windows-resolv.c - relicensed from "Beerware v42" to MIT
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 284 # and the /etc/resolv.conf file. "host" therefore is system
|
/third_party/python/ |
D | pyconfig.h.in | 622 /* Define to 1 if you have the `resolv' library (-lresolv). */
|
/third_party/curl/docs/ |
D | TODO | 295 If /etc/resolv.conf gets updated while a program using libcurl is running, it
|