Home
last modified time | relevance | path

Searched refs:resolv (Results 1 – 25 of 44) 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.cc60 ResolverEntry DNSTracker::make_entry(std::unique_ptr<DualDNSResolver> resolv, in make_entry() argument
67 ent.resolv = std::move(resolv); in make_entry()
85 std::unique_ptr<DualDNSResolver> resolv, in update_entry() argument
89 ent.resolv = std::move(resolv); in update_entry()
114 auto resolv = std::make_unique<DualDNSResolver>(loop_); in resolve() local
119 rv = resolv->resolve(host); in resolve()
133 switch (resolv->get_status(result)) { in resolve()
159 make_entry(std::move(resolv), std::move(host_copy), in resolve()
183 auto resolv = std::make_unique<DualDNSResolver>(loop_); in resolve() local
186 rv = resolv->resolve(host); in resolve()
[all …]
Dshrpx_dns_tracker.h64 std::unique_ptr<DualDNSResolver> resolv; member
99 ResolverEntry make_entry(std::unique_ptr<DualDNSResolver> resolv,
103 void update_entry(ResolverEntry &ent, std::unique_ptr<DualDNSResolver> resolv,
/third_party/glib/gio/
Dgnetworking.h.in40 #include <resolv.h>
54 #define _PATH_RESCONF "/etc/resolv.conf"
Dmeson.build39 res_query_test = '''#include <resolv.h>
49 network_libs += [ cc.find_library('resolv') ] build
81 #include <resolv.h>
92 #include <resolv.h>
105 #include <resolv.h>
118 #include <resolv.h>
130 #include <resolv.h>
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage1.sh17 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], [
DCHANGES42 …Port for Haiku. Slight CMake changes, header changes, and resolv.conf/hosts paths specific to Hai…
1041 Accept invalid /etc/resolv.conf lookup values, ability to build container tests (#274)
1044 * Accept invalid /etc/resolv.conf lookup values
1400 Add ares_init_options() configurability for path to resolv.conf file
1404 /etc/resolv.conf is used like normal.
2357 - the /etc/resolv.conf file includes the 'rotate' option
2362 a 'rotate' option in /etc/resolv.conf will turn it on again.
2728 If there is no lookup configuration in `resolv.conf`,
2811 - arbitrary filesystem (e.g. /etc/resolv.conf, /etc/nsswitch.conf, /etc/hosts)
3113 /etc/resolv.conf option.
[all …]
DCMakeLists.txt96 CARES_FUNCTION_IN_LIBRARY (res_servicename resolv HAVE_RES_SERVICENAME_IN_LIBRESOLV)
230 LIST (APPEND CARES_DEPENDENT_LIBS resolv)
/third_party/e2fsprogs/tests/f_dup_de/
Dexpect.119 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
Dexpect-nohtree.122 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
/third_party/libwebsockets/lib/plat/freertos/
DCMakeLists.txt53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
/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/
DMakefile63 EMPTY_LIB_NAMES = m rt pthread crypt util xnet resolv dl
/third_party/musl/
DMakefile63 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
/third_party/gettext/gnulib-local/m4/
Dlibxml.m4194 AC_CHECK_HEADERS([resolv.h], [], [], [
/third_party/libxml2/
Dconfig.h.cmake.in111 /* Define to 1 if you have the <resolv.h> header file. */
/third_party/libxml2/os400/
Dos400config.h.in113 /* Define to 1 if you have the <resolv.h> header file. */
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1 …ort:[6,55],repres:8,reproduc:[0,19],requir:[1,4,8,9,16,18,20],resolut:56,resolv:[10,56],restrict:[…

12