Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:config +full:- +full:causing +full:- +full:fallback +full:- +full:to +full:- +full:tcp (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
3 - expected_addrs:
4 - {address: '5.5.5.5:443', is_balancer: false}
7 record_to_resolve: no-srv-ipv4-single-target
9 no-srv-ipv4-single-target:
10 - {TTL: '2100', data: 5.5.5.5, type: A}
11 - expected_addrs:
12 - {address: '1.2.3.4:1234', is_balancer: true}
15 record_to_resolve: srv-ipv4-single-target
17 _grpclb._tcp.srv-ipv4-single-target:
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
16 # This file is auto-generated
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
30 help='Path to gtest test binary to invoke.')
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
32 help='Path to local DNS server python script.')
33 argp.add_argument('--records_config_path', default=None, type=str,
34 help=('Path to DNS records yaml file that '
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DCHANGES.01 Changelog for the c-ares project
8 o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory
9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
11 o added install target to Makefile.msvc
12 o only fall back to AF_INET searches when looking for AF_UNSPEC addresses
15 o IPv6-on-windows: find DNS servers correctly
16 o man pages: docs for the c-ares utility programs
27 o local-bind: Support binding to local interface/IPs, see
33 o add missing break that caused get_ares_servers to fail
36 o Replaced uint32_t with unsigned int to fix broken builds
[all …]
/external/dnsmasq/
DCHANGELOG.archive1 release 0.4 - initial public release
3 release 0.5 - added caching, removed compiler warning on linux PPC
5 release 0.6 - TCP handling: close socket and return to connect state if we
9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au>
10 to set SO_REUSEADDR on the tcp socket which stops problems when
25 Patch to clear cache on SIGHUP
28 Fix bad bug resulting from not initialising value-result
29 address-length parameter to recvfrom() and accept() - it
32 release 0.95 Major rewrite: remove calls to gethostbyname() and talk
33 directly to the upstream server(s) instead.
[all …]
/external/curl/
DCHANGES12 - RELEASE-NOTES: synced
16 - THANKS: from 7.73.0 and .mailmap fixes
18 - mailmap: fixups of some contributors
20 - projects/build-wolfssl.bat: fix the copyright year range
23 - [Sergei Nikulov brought this change]
27 Update appveyor.yml to set env variable TFLAGS and run tests
28 Remove curly braces due to CMake error (${TFLAGS} -> $TFLAGS)
29 Move testdeps build to build step (per review comments)
31 Reviewed-by: Marc Hörsken
36 - tests/server/util.c: fix support for Windows Unicode builds
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for curl -.
5 # Report bugs to <a suitable curl mailing list: https://curl.haxx.se/mail/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
12 # gives unlimited permission to copy, distribute and modify it.
14 # Copyright (c) 1998 - 2020 Daniel Stenberg, <daniel@haxx.se>
18 ## -------------------------------- ##
20 ## -------------------------------- ##
26 # Set IFS to space, tab and newline.
65 # Try built-in echo, and fail.
[all …]
/external/autotest/client/common_lib/
Dutils.py3 # Use of this source code is governed by a BSD-style license that can be
9 There's no really good way to do this, as this isn't a class we can do
13 # pylint: disable=missing-docstring
69 # pylint: disable=wildcard-import
74 """This is a decorator which can be used to mark functions as deprecated.
77 warnings.warn("Call to deprecated function %s." % func.__name__,
110 '_-+=>|')
114 """Custom handler to log at the WARNING error level. Ignores |file|."""
146 This constructor creates a new BgJob, and uses Popen to start a new
150 After starting a new BgJob, use output_prepare to connect the process's
[all …]
/external/strace/
DChangeLog1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org>
10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>
14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org>
28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>
33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb813008136431
40 2018-10-24 Dmitry V. Levin <ldv@altlinux.org>
44 introduced by Linux commit v4.19-rc7~24^2~1.
45 (ARM_FIRST_SHUFFLED_SYSCALL, SYS_socket_subcall): Raise from 400 to 500,
46 to make room for new syscalls.
[all …]
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
17 To Do:
19 - Get unicode name of machine for nice name instead of just the host name.
20- Use the IPv6 Internet Connection Firewall API to allow IPv6 mDNS without manually changing the f…
21 - Get DNS server address(es) from Windows and provide them to the uDNS layer.
22 - Implement TCP support for truncated packets (only stubs now).
264 #pragma mark -
[all …]
/external/python/cpython2/
Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
6 # Report bugs to <https://bugs.python.org/>.
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 # gives unlimited permission to copy, distribute and modify it.
14 ## -------------------- ##
16 ## -------------------- ##
20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 # is contrary to our usage. Disable this feature.
25 alias -g '${1+"$@"}'='"$@"'
[all …]
/external/python/cpython3/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <https://bugs.python.org/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
[all …]