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 – 15 of 15) 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/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/mbedtls/
DChangeLog3 = Mbed TLS 3.3.0 branch released 2022-12-14
9 RFC 9146, which is not interoperable with the draft-05 version.
10 If you need to communicate with peers that use earlier versions of
11 Mbed TLS, then you need to define MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
12 to 1, but then you won't be able to communicate with peers that use the
13 standard (non-draft) version.
14 If you need to interoperate with both classes of peers with the
22 addition to jinja2. The official list of required Python modules is
37 * Expose the EC J-PAKE functionality through the Draft PSA PAKE Crypto API.
38 Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm
[all …]
/external/openthread/third_party/mbedtls/repo/
DChangeLog3 = mbed TLS 2.28.0 branch released 2021-12-17
11 * Sign-magnitude and one's complement representations for signed integers are
15 * Remove config option MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES,
16 which allowed SHA-1 in the default TLS configuration for certificate
17 signing. It was intended to facilitate the transition in environments
18 with SHA-1 certificates. SHA-1 is considered a weak message digest and
27 supported on GCC-like compilers and on MSVC and can be configured through
31 MBEDTLS_CHECK_RETURN_WARNING to get warnings for other functions. This
33 extended to other modules in the future.
40 * Zeroize several intermediate variables used to calculate the expected
[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/wpa_supplicant_8/src/common/
Dqca-vendor.h3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc.
17 * can be assigned through normal review process for changes to the upstream
28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
35 * enum qca_nl80211_vendor_subcmds - QCA nl80211 vendor command identifiers
42 * internal BSS-selection. This command uses
43 * @QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY to specify the new roaming policy
46 * included to indicate which BSS to use in case roaming is disabled.
49 * ranges to avoid to reduce issues due to interference or internal
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/
Dqca-vendor.h3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc.
17 * can be assigned through normal review process for changes to the upstream
28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
35 * enum qca_nl80211_vendor_subcmds - QCA nl80211 vendor command identifiers
42 * internal BSS-selection. This command uses
43 * @QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY to specify the new roaming policy
46 * included to indicate which BSS to use in case roaming is disabled.
49 * ranges to avoid to reduce issues due to interference or internal
[all …]
/external/cronet/net/log/
Dnet_log_event_type_list.h2 // Use of this source code is governed by a BSD-style license that can be
5 // NOTE: No header guards are used, since this file is intended to be expanded
9 // no-include-guard-because-multiply-included
16 // For best practices on how to add new NetLog events see:
17 // https://chromium.googlesource.com/chromium/src/+/HEAD/net/docs/net-log.md
19 // --------------------------------------------------------------------------
20 // General pseudo-events
21 // --------------------------------------------------------------------------
39 // ------------------------------------------------------------------------
41 // ------------------------------------------------------------------------
[all …]
/external/curl/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
5 # Report bugs to <a suitable curl mailing list: https://curl.se/mail/>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
13 # gives unlimited permission to copy, distribute and modify it.
19 ## -------------------------------- ##
21 ## -------------------------------- ##
27 # Set IFS to space, tab and newline.
66 # Try built-in echo, and fail.
77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
[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 …]