/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 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 …]
|
/external/autotest/client/deps/lansim/src/py/ |
D | host.py | 2 # Use of this source code is governed by a BSD-style license that can be 24 """A simple host supporting IPv4. 27 a single IPv4 address. 34 @param ip_addr: The IPv4 address. For example: "10.0.0.1". 62 """Returns the host IPv4 address.""" 83 tpa = pkt.arp.spa, # Target Protocol Address. 84 tha = pkt.arp.sha, # Target Hardware Address. 102 @param ip_addr: The network encoded IPv4 address. 121 # by placing the low-order 23-bits of the IP address into the low-order 122 # 23 bits of the Ethernet multicast address 01-00-5E-00-00-00 (hex). [all …]
|
/external/iptables/iptables/ |
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 …]
|
D | ebtables-nft.8 | 27 ebtables \(em 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 …]
|
/external/googleapis/google/cloud/networkconnectivity/v1/ |
D | policy_based_routing.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Policy-Based Routing allows GCP customers to specify flexibile routing 41 "https://www.googleapis.com/auth/cloud-platform"; 52 // Gets details of a single PolicyBasedRoute. 76 // Deletes a single PolicyBasedRoute. 123 // The PBR is for IPv4 internet protocol traffic. 124 IPV4 = 1; enumerator 132 // route applies to. Default is "0.0.0.0/0" if protocol version is IPv4. 137 // IPv4. 141 // For this version, only IPV4 is supported. [all …]
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/ |
D | address.proto | 17 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3"; 20 // [#protodoc-title: Network addresses] 47 …// single upstream pool. Only used in the upstream addresses for tracking changes to individual en… 48 // example, may be set to the final destination IP for the target internal listener. 52 // [#next-free-field: 7] 94 // When binding to an IPv6 address above, this enables `IPv4 compatibility 95 // <https://tools.ietf.org/html/rfc3493#page-11>`_. Binding to ``::`` will 96 // allow both IPv4 and IPv6 connections, with peer IPv4 addresses mapped into 97 // IPv6 space as ``::FFFF:<IPv4-address>``. 109 // The number of seconds a connection needs to be idle before keep-alive probes [all …]
|
/external/iptables/extensions/ |
D | libxt_REDIRECT.man | 1 This target is only valid in the 7 chains, and user-defined chains which are only called from those 10 (locally-generated packets are mapped to the localhost address, 11 127.0.0.1 for IPv4 and ::1 for IPv6, and packets arriving on 14 \fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP] 19 For a single port, a service name as listed in \fB/etc/services\fP may be used. 21 \fB\-\-random\fP
|
/external/autotest/utils/frozen_chromite/cli/ |
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 …]
|
/external/iperf3/src/ |
D | iperf3.1 | 3 iperf3 \- perform network throughput tests 5 .B iperf3 -s [ 9 .B iperf3 -c 22 An iperf3 server can be started using either of the -s or 23 --server command-line parameters, for example: 25 \fCiperf3 -s\fR 27 \fCiperf3 --server \fR 29 Note that many iperf3 parameters have both short (-s) and long 30 (--server) forms. 31 In this section we will generally use the short form of command-line [all …]
|
/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/ |
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 …]
|
/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 …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/rpc/ |
D | grpc_channelz.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto 34 ChannelState = ChannelConnectivityState.State # pylint: disable=no-member 74 # According to proto, tcpip_address.ip_address is either IPv4 or IPv6. 97 client_socket: Socket) -> Socket: 104 def channel_repr(channel: Channel) -> str: 106 if channel.data.target: 107 result += f' target={channel.data.target}' 112 def subchannel_repr(subchannel: Subchannel) -> str: 114 if subchannel.data.target: [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | vmmigration_v1alpha1.projects.locations.sources.migratingVms.cloneJobs.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 …]
|
D | vmmigration_v1alpha1.projects.locations.sources.migratingVms.cutoverJobs.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 …]
|
D | vmmigration_v1alpha1.projects.locations.sources.migratingVms.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 …]
|
D | compute_alpha.publicAdvertisedPrefixes.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 …]
|
D | compute_beta.publicAdvertisedPrefixes.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 …]
|
D | compute_v1.publicAdvertisedPrefixes.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 …]
|
/external/cronet/stable/net/docs/ |
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 …]
|
/external/cronet/tot/net/docs/ |
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 …]
|
/external/grpc-grpc/test/core/client_channel/lb_policy/ |
D | weighted_round_robin_test.cc | 8 // http://www.apache.org/licenses/LICENSE-2.0 138 EXPECT_TRUE(subchannel->ConnectionRequested()) 142 subchannel->SetConnectivityState(GRPC_CHANNEL_CONNECTING); 145 subchannel->SetConnectivityState(GRPC_CHANNEL_READY); 155 ++actual.emplace(address, 0).first->second; in MakePickMap() 160 // Returns a human-readable string representing the number of picks 201 subchannel_call_tracker->Start(); in ReportBackendMetrics() 206 backend_metric_data->qps = it->second.qps; in ReportBackendMetrics() 207 backend_metric_data->eps = it->second.eps; in ReportBackendMetrics() 208 backend_metric_data->cpu_utilization = it->second.cpu_utilization; in ReportBackendMetrics() [all …]
|
/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
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 …IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Servi… 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 …IPv4 addresses, and the limit varies per instance type. For information, see <a href=\"https://doc… [all …]
|
/external/scapy/scapy/layers/ |
D | inet6.py | 1 # SPDX-License-Identifier: GPL-2.0-only 150 # type: (str, int) -> Optional[str] 160 .. seealso:: :func:`~scapy.layers.l2.getmacbyip` for IPv4. 202 ipv6nh = {0: "Hop-by-Hop Option Header", 267 c -= 1 279 y = socket.getaddrinfo(y, None, socket.AF_INET6)[0][-1][0] 303 # RFC 3810 - 8.1. Query Version Distinctions 341 tmp_len = len(p) - 40 349 # Extract Hop-by-Hop extension length 395 sd = self.addresses[-1] [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
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 …]
|