| /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/scapy/scapy/layers/ |
| 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 …]
|
| /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/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 \- 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/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 24 IPv6 support available starting Linux kernels >= 3.7.
|
| D | libxt_DNAT.man | 1 This target is only valid in the 7 chains, and user-defined chains which are only called from those 13 \fB\-\-to\-destination\fP [\fIipaddr\fP[\fB\-\fP\fIipaddr\fP]][\fB:\fP\fIport\fP[\fB\-\fP\fIport\fP… 14 which can specify a single new destination IP address, an inclusive 24 For a single port or \fIbaseport\fP, a service name as listed in 27 \fB\-\-random\fP 30 \fB\-\-persistent\fP 31 Gives a client the same source-/destination-address for each connection. 32 This supersedes the SAME target. Support for persistent mappings is available 33 from 2.6.29-rc2. [all …]
|
| D | libxt_SNAT.man | 1 This target is only valid in the 7 chains, and user-defined chains which are only called from those 13 \fB\-\-to\-source\fP [\fIipaddr\fP[\fB\-\fP\fIipaddr\fP]][\fB:\fP\fIport\fP[\fB\-\fP\fIport\fP]] 14 which can specify a single new source IP address, an inclusive range 23 \fB\-\-random\fP 24 Randomize source port mapping through a hash-based algorithm (kernel >= 2.6.21). 26 \fB\-\-random-fully\fP 29 \fB\-\-persistent\fP 30 Gives a client the same source-/destination-address for each connection. 31 This supersedes the SAME target. Support for persistent mappings is available [all …]
|
| /external/curl/tests/ |
| 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 …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| 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 …]
|
| 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 …]
|
| /external/cronet/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-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/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 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 …]
|
| /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/rust/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/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 …]
|
| /external/curl/docs/ |
| D | curl.1 | 8 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, 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 …]
|
| /external/openthread/src/lib/spinel/ |
| 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 …]
|
| /external/mdnsresponder/mDNSCore/ |
| 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 …]
|
| /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 …]
|
| /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 …-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 …]
|
| /external/iperf3/docs/ |
| D | invoking.rst | 4 iperf3 includes a manual page listing all of the command-line options. 5 The manual page is the most up-to-date reference to the various flags and parameters. 9 https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/ 14 (such as ``splice()``-ing the data to ``/dev/null``). iperf3 does 16 explicitly activated. These flags include the ``-Z`` (``--zerocopy``) 17 and ``-A`` (``--affinity``) options. 20 ------------------ 35 iperf3 - perform network throughput tests 38 iperf3 -s [ options ] 39 iperf3 -c server [ options ] [all …]
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
| D | FromStringDeserializer.java | 35 * <li>Embedded values ({@link JsonToken#VALUE_EMBEDDED_OBJECT}) are returned as-is 39 * is enabled, and array contains just a single scalar value that can be deserialized 40 * (for example, JSON Array with single JSON String element). 81 /* Life-cycle 91 * types that have simple from-String serialization. 150 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in deserialize() 154 // 09-Jun-2020, tatu: Commonly `null` but may coerce to "empty" as well in deserialize() 159 // 19-May-2017, tatu: Used to require non-null result (assuming `null` in deserialize() 172 // 05-May-2016, tatu: Unlike most usage, this seems legit, so... in deserialize() 179 * Main method from trying to deserialize actual value from non-empty [all …]
|