/aosp_15_r20/external/grpc-grpc/test/cpp/naming/ |
H A 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 …]
|
H A D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 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, 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 32 argp.add_argument('--records_config_path', default=None, type=str, 35 argp.add_argument('--dns_server_port', default=None, type=int, 37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 39 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 41 argp.add_argument('--extra_args', default='', type=str, [all …]
|
/aosp_15_r20/external/scapy/scapy/layers/ |
H A D | inet6.py | 4 ## inet6.py --- IPv6 support for Scapy ## 5 ## see http://natisbad.org/IPv6/ ## 23 IPv6 (Internet Protocol v6). 40 raise socket.error("can't use AF_INET6, IPv6 is disabled") 95 …ighbor Solicitation message to get the MAC address of the neighbor with specified IPv6 address addr 107 p = Ether(dst=dm)/IPv6(dst=d, src=src, hlim=255) 117 """Returns the MAC address corresponding to an IPv6 address 160 ### IPv6 addresses manipulation routines ### 166 name = "ipv6" 167 ip_regex = re.compile(r"^([a-fA-F0-9:]+)(/[1]?[0-3]?[0-9])?$") [all …]
|
/aosp_15_r20/external/iptables/iptables/ |
H A D | iptables.8.in | 5 .\" TODO: add a word for protocol helpers (FTP, IRC, SNMP-ALG) 26 iptables/ip6tables \(em administration tool for IPv4/IPv6 packet filtering and NAT 28 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 29 \fIchain\fP \fIrule-specification\fP 31 \fBip6tables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 32 \fIchain rule-specification\fP 34 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-I\fP \fIchain\fP [\fIrulenum\fP] \fIrule-specification\… 36 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-R\fP \fIchain rulenum rule-specification\fP 38 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-D\fP \fIchain rulenum\fP 40 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-S\fP [\fIchain\fP [\fIrulenum\fP]] [all …]
|
H A D | ebtables-nft.8 | 27 ebtables \- Ethernet bridge frame table administration (nft-based) 58 There are three ebtables tables with built-in chains in the 64 called a 'target'. However, if the frame does not match the current 66 The user can create new (user-defined) chains that can be used as the 'target' 67 of a rule. User-defined chains are very useful to get better performance 69 the filtering rules into well-organized and maintainable sets of rules. 72 processing specification called a target. When a frame matches a rule, 73 then the next action performed by the kernel is specified by the target. 74 The target can be one of these values: 79 an 'extension' (see below) or a jump to a user-defined chain. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | ForwardingRuleOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 …target or backendService. While creating a forwarding rule, specifying an IPAddress is required un… 42 …target or backendService. While creating a forwarding rule, specifying an IPAddress is required un… 54 …target or backendService. While creating a forwarding rule, specifying an IPAddress is required un… 67 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur… 80 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur… 93 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur… 107 …is field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load… 119 …is field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load… 132 …g with the backend_service field for internal load balancing or with the target field for internal… [all …]
|
H A D | ForwardingRule.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 …Google Cloud Platform load balancer. Forwarding rules can also reference target instances and Clou… 110 …ucts as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/featur… 140 UNRECOGNIZED(-1), 246 if (desc.getIndex() == -1) { in valueOf() 265 * The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6. 283 /** <code>IPV6 = 2254343;</code> */ 284 IPV6(2254343), enumConstant 287 UNRECOGNIZED(-1), 302 /** <code>IPV6 = 2254343;</code> */ [all …]
|
/aosp_15_r20/external/curl/docs/ |
H A D | curl.1 | 8 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <[email protected]>, et al. 27 curl \- transfer a URL 42 curl is powered by libcurl for all transfer-related features. See 45 The URL syntax is protocol-dependent. You find a detailed description in 55 "ftp://ftp.example.com/file[1-100].txt" 57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros) 59 "ftp://ftp.example.com/file[a-z].txt" 64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html" 73 "http://example.com/file[1-100:10].txt" 75 "http://example.com/file[a-z:2].txt" [all …]
|
/aosp_15_r20/external/cronet/net/docs/ |
H A D | proxy.md | 3 This document establishes basic proxy terminology and describes Chrome-specific 18 auto-config](https://en.wikipedia.org/wiki/Proxy_auto-config) scripts. For 30 The port number is optional in both formats. When omitted, a per-scheme default 33 See the [Proxy server schemes](#Proxy-server-schemes) section for details on 38 are generally identified less precisely by just an address -- the proxy 51 to send the request to. This can be either a proxy server, or the target host. 55 identifiers](#Proxy-server-identifiers). 59 * [Manual proxy settings](#Manual-proxy-settings) - proxy resolution is defined 64 * PAC script - proxy resolution is defined using a JavaScript program, that is 68 * Auto-detect - the WPAD protocol is used to probe the network (using DHCP/DNS) [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 3 # Copyright 2017 - The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 32 """Set of tests for Wi-Fi Aware to measure latency of Aware operations.""" 36 PASSPHRASE = "This is some random passphrase - very very secure!!" 37 PASSPHRASE2 = "This is some random passphrase - very very secure - but diff!!" 40 """Request a Wi-Fi Aware network. 51 """Measure iperf performance on a single NDP, with Aware enabled and no 52 infrastructure connection - i.e. device is not associated to an AP. 55 use_ib: True to use in-band discovery, False to use out-of-band discovery. 76 self.log.info("Interface addresses (IPv6): I=%s, R=%s", init_ipv6, [all …]
|
/aosp_15_r20/external/mdnsresponder/mDNSCore/ |
H A D | mDNSEmbeddedAPI.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved. 9 * http://www.apache.org/licenses/LICENSE-2.0 24 runs in a single address space and memory is extremely constrained. 25 All the APIs here are malloc-free, which means that the caller is 33 memory requirements, with absolutely no uncertainty or run-time variation, 36 For applications running on general-purpose desktop operating systems 40 requests to a single "mdnsd" daemon running in the background. 46 using malloc(), and then calls through to the low-level malloc-free 48 you're running on a small embedded system with a single address space, [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2016-11-15", 11 "uid":"ec2-2016-11-15", 12 "xmlNamespace":"http://ec2.amazonaws.com/doc/2016-11-15" 23 …ttps://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#using-instance-addressing-eips-trans… 83 …-acceptance</code> state, and you must be the owner of the peer VPC. Use <a>DescribeVpcPeeringConn… 93 …"documentation":"<p>Advertises an IPv4 or IPv6 address range that is provisioned for use with your… 103 …-byoip.html\">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon Elastic Compute Cloud User … 123 …ation, see <a href=\"https://docs.aws.amazon.com/vpc/latest/ipam/allocate-cidrs-ipam.html\">Alloca… 133 …"documentation":"<p>Applies a security group to the association between the target network and the… 143 …IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addre… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/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 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 65 - Use the last instance of domain/search, not the first one 68 - We switched from CVS to git. See http://github.com/bagder/c-ares 71 - Daniel Johnson provided fixes for building with the clang compiler. [all …]
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/cli/ |
H A D | command.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 6 """Module that contains meta-logic related to CLI commands. 49 This method imports the module which must contain the single subcommand. When 60 'cros_%s' % (name.replace('-', '_'),)) 71 We assume that there is a direct one-to-one relationship between the module 74 though we'd only ever run a single one), and to avoid 3rd party module usage 80 return set(x[5:-3].replace('_', '-') 115 designing a new command, you must sub-class from this class and use the 117 used as the usage for the sub-command. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/compute/v1/ |
H A D | compute.v1.json | 29 "description": "[Output Only] Server-defined URL for this resource.", 50 …ead quota exceed which captures the amount of resources filtered out by user-defined list filter.", 54 …"The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the… 63 … "One or more of the resources set to auto-delete could not be deleted because they were in use.", 65 …but its application does not make a lot of sense, because it allows only single instance in instan… 131 "description": "[Output Only] A human-readable description of the warning code.", 135 …: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", 176 "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", 188 …ly] The name of the zone where the accelerator type resides, such as us-central1-a. You must speci… 192 "description": "[Output Only] Server-defined, fully qualified URL for this resource.", [all …]
|
H A D | compute.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 // Generated by the disco-to-proto3-converter. DO NOT EDIT! 56 …This is a free-form field with the name of the region your cloud uses to host your origin. For exa… 75 …id UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). 106 …id UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). 116 …tach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidi… 144 // [Output Only] Server-defined, fully qualified URL for this resource. 147 …// [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. Y… 166 // [Output Only] Server-defined URL for this resource. 191 // [Output Only] Server-defined URL for this resource. [all …]
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel.h | 37 * Spinel is a host-controller protocol designed to enable 38 * inter-operation over simple serial connections between general purpose 39 * device operating systems (OS) host and network co-processors (NCP) for 42 * --------------------------------------------------------------------------- 48 * - A header byte 49 * - A command (up to three bytes) 50 * - An optional command payload 52 * +---------+--------+-----+-------------+ 53 * | Octets: | 1 | 1-3 | n | 54 * +---------+--------+-----+-------------+ [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 2 # SPDX-License-Identifier: GPL-2.0 30 declare -A all_tests 31 declare -a only_tests_ids 32 declare -a only_tests_names 33 declare -A failed_tests 63 rndh=$(mktemp -u XXXXXX) 65 ns1="ns1-$rndh" 66 ns2="ns2-$rndh" 71 ip -net $netns link set lo up 72 ip netns exec $netns sysctl -q net.mptcp.enabled=1 [all …]
|
/aosp_15_r20/external/curl/tests/ |
H A D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 10 XML. All data for a single test case resides in a single ASCII file. Labels 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 96 Accept-Encoding 103 Accept-Encoding: not-brotli [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2015-12-01", 11 "uid":"elasticloadbalancingv2-2015-12-01", 12 "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/" 31 …-https-listener.html\">HTTPS listeners</a> in the <i>Application Load Balancers Guide</i> or <a hr… 53 …lication Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, trust stor… 107 …-balancer-listeners.html\">Listeners for your Application Load Balancers</a> </p> </li> <li> <p> <… 135 …-load-balancers.html\">Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.a… 165 …aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules… 184 …target group.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://… 240 …le, your EC2 instances continue to run and are still registered to their target groups. If you no … [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 -------------- 20 .. include:: ../includes/wasm-notavail.rst 25 call and library interface for sockets to Python's object-oriented style: the 27 the various socket system calls. Parameter types are somewhat higher-level than 43 --------------- 52 - The address of an :const:`AF_UNIX` socket bound to a file system node 55 Linux's abstract namespace is returned as a :term:`bytes-like object` with 59 bytes-like object can be used for either type of address when [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | Net.c | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 26 // Android-changed: Point to correct location of header. http://b/119426171 73 #define IP_ADD_SOURCE_MEMBERSHIP 60 /* Join a source-specific group */ 74 #define IP_DROP_SOURCE_MEMBERSHIP 61 /* Leave a source-specific group */ 78 #define IP_ADD_SOURCE_MEMBERSHIP 70 /* join a source-specific group */ 79 #define IP_DROP_SOURCE_MEMBERSHIP 71 /* drop a single source */ 98 #define MCAST_JOIN_SOURCE_GROUP 82 /* join a source-specific group */ 99 #define MCAST_LEAVE_SOURCE_GROUP 83 /* leave a single source */ 146 #define COPY_INET6_ADDRESS(env, source, target) \ argument 147 (*(env))->GetByteArrayRegion(env, source, 0, 16, target) [all …]
|
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | RouteInfo.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 49 * If this is {@code null} it indicates a default route of the address family (IPv4 or IPv6) 52 * indicates a directly-connected route. 57 * (IPv4 or IPv6). 132 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default 156 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default 182 // - LinkProperties sets the interface on routes added to it, and modifies the in RouteInfo() 184 // - Even when the gateway is null, we store a non-null gateway here. in RouteInfo() 236 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default 269 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default [all …]
|
/aosp_15_r20/external/trusty/musl/ |
D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. 69 improved musl-gcc compiler wrapper. 76 0.7.1 - improvements to completeness, bug fixes [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | compute_v1.regionInstances.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|