Searched +full:ipv4 +full:- +full:config +full:- +full:causing +full:- +full:fallback +full:- +full:to +full:- +full:tcp (Results 1 – 18 of 18) sorted by relevance
| /external/grpc-grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target 28 _grpclb._tcp.srv-ipv4-single-target: [all …]
|
| D | resolver_component_tests_runner.py | 8 # 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 27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 28 argp.add_argument('--test_bin_path', default=None, type=str, 29 help='Path to gtest test binary to invoke.') 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 31 help='Path to local DNS server python script.') 32 argp.add_argument('--records_config_path', default=None, type=str, 33 help=('Path to DNS records yaml file that ' [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/cluster/v3/ |
| D | cluster.proto | 3 package envoy.config.cluster.v3; 5 import "envoy/config/cluster/v3/circuit_breaker.proto"; 6 import "envoy/config/cluster/v3/filter.proto"; 7 import "envoy/config/cluster/v3/outlier_detection.proto"; 8 import "envoy/config/core/v3/address.proto"; 9 import "envoy/config/core/v3/base.proto"; 10 import "envoy/config/core/v3/config_source.proto"; 11 import "envoy/config/core/v3/extension.proto"; 12 import "envoy/config/core/v3/health_check.proto"; 13 import "envoy/config/core/v3/protocol.proto"; [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | CHANGES.0 | 1 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/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/ |
| D | cluster.proto | 30 option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2;apiv2"; 31 option (udpa.annotations.file_migrate).move_to_package = "envoy.config.cluster.v3"; 34 // [#protodoc-title: Cluster configuration] 37 // [#next-free-field: 48] 39 // Refer to :ref:`service discovery type <arch_overview_service_discovery_types>` 42 // Refer to the :ref:`static discovery type<arch_overview_service_discovery_types_static>` 46 // Refer to the :ref:`strict DNS discovery 51 // Refer to the :ref:`logical DNS discovery 56 // Refer to the :ref:`service discovery type<arch_overview_service_discovery_types_eds>` 60 // Refer to the :ref:`original destination discovery [all …]
|
| /external/dnsmasq/ |
| D | CHANGELOG.archive | 1 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/ |
| D | utils.py | 3 # 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/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/ |
| D | route_components.proto | 3 package envoy.config.route.v3; 5 import "envoy/config/core/v3/base.proto"; 6 import "envoy/config/core/v3/extension.proto"; 7 import "envoy/config/core/v3/proxy_protocol.proto"; 29 option java_package = "io.envoyproxy.envoy.config.route.v3"; 32 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/route/v3;routev3"; 35 // [#protodoc-title: HTTP route components] 40 // a logical name as well as a set of domains that get routed to it based on the incoming request's 41 // host header. This allows a single listener to service multiple top level domain path trees. Once 42 // a virtual host is selected based on the domain, the routes are processed in order to see which [all …]
|
| /external/strace/ |
| D | ChangeLog | 1 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/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 7 could be sufficient for an attacker to recover the plaintext. A local 8 attacker or a remote attacker who is close to the victim on the network 9 might have precise enough timing measurements to exploit this. It requires 10 the attacker to send a large number of messages for decryption. For 13 * Fix a failure to validate input when writing x509 extensions lengths which 14 could result in an integer overflow, causing a zero-length buffer to be 15 allocated to hold the extension. The extension would then be copied into 16 the buffer, causing a heap buffer overflow. 18 = Mbed TLS 3.5.1 branch released 2023-11-06 [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 7 could be sufficient for an attacker to recover the plaintext. A local 8 attacker or a remote attacker who is close to the victim on the network 9 might have precise enough timing measurements to exploit this. It requires 10 the attacker to send a large number of messages for decryption. For 13 * Fix a failure to validate input when writing x509 extensions lengths which 14 could result in an integer overflow, causing a zero-length buffer to be 15 allocated to hold the extension. The extension would then be copied into 16 the buffer, causing a heap buffer overflow. 18 = Mbed TLS 2.28.6 branch released 2023-11-06 [all …]
|
| /external/mdnsresponder/mDNSWindows/ |
| D | mDNSWin32.c | 1 /* -*- 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/wpa_supplicant/wpa_client_include/libwpa_client/ |
| D | qca-vendor.h | 3 * 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/src/common/ |
| D | qca-vendor.h | 3 * 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/ |
| D | net_log_event_type_list.h | 2 // 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/ |
| D | configure | 2 # 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/ |
| D | configure | 3 # 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/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 5 # Report bugs to <https://github.com/python/cpython/issues/>. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 13 # gives unlimited permission to copy, distribute and modify it. 14 ## -------------------- ## 16 ## -------------------- ## 25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26 # is contrary to our usage. Disable this feature. 27 alias -g '${1+"$@"}'='"$@"' 30 case `(set -o) 2>/dev/null` in #( [all …]
|