| /external/grpc-grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 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 …]
|
| D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 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, 31 argp.add_argument('--dns_server_bin_path', default=None, type=str, 33 argp.add_argument('--records_config_path', default=None, type=str, 36 argp.add_argument('--dns_server_port', default=None, type=int, 38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 68 '--server_host', '127.0.0.1', [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/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} 29 \fIchain\fP \fIrule-specification\fP 31 \fBip6tables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\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) 64 There are two ebtables tables with built-in chains in the 70 called a 'target'. However, if the frame does not match the current 72 The user can create new (user-defined) chains that can be used as the 'target' 73 of a rule. User-defined chains are very useful to get better performance 75 the filtering rules into well-organized and maintainable sets of rules. 78 processing specification called a target. When a frame matches a rule, 79 then the next action performed by the kernel is specified by the target. 80 The target can be one of these values: 85 an 'extension' (see below) or a jump to a user-defined chain. [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/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/iptables/extensions/ |
| 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 21 In Kernels up to 2.6.10 you can add several \-\-to\-destination options. For 23 address range or multiple \-\-to\-destination options, a simple round-robin (one 25 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges 28 \fB\-\-random\fP 30 \fB\-\-random\fP 33 \fB\-\-persistent\fP [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 22 In Kernels up to 2.6.10, you can add several \-\-to\-source options. For those 24 range or multiple \-\-to\-source options, a simple round-robin (one after another 26 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges 29 \fB\-\-random\fP 31 \fB\-\-random\fP 32 is used then port mapping will be randomized through a hash-based algorithm (kernel >= 2.6.21). [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/android-clat/ |
| D | clatd.c | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 * clatd.c - tun interface setup and main event loop 54 // reads IPv6 packet from AF_PACKET socket, translates to IPv4, writes to tun 56 // ethernet header is 14 bytes, plus 4 for a normal VLAN tag or 8 for Q-in-Q in process_packet_6_to_4() 57 // we don't really support vlans (or especially Q-in-Q)... in process_packet_6_to_4() 75 ssize_t readlen = recvmsg(tunnel->read_fd6, &msgh, /*flags*/ 0); in process_packet_6_to_4() 87 logmsg(ANDROID_LOG_WARN, "%s: read truncation - ignoring pkt", __func__); in process_packet_6_to_4() 95 if (cmsg->cmsg_level == SOL_PACKET && cmsg->cmsg_type == PACKET_AUXDATA) { in process_packet_6_to_4() 97 tp_status = aux->tp_status; in process_packet_6_to_4() 98 tp_net = aux->tp_net; in process_packet_6_to_4() [all …]
|
| /external/rust/crates/socket2/src/ |
| D | lib.rs | 3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT license 5 // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your 17 //! cross-platform utilities. It is up to the user to know how to use sockets 30 //! # fn main() -> std::io::Result<()> { 35 //! let socket = Socket::new(Domain::IPV6, Type::STREAM, None)?; 50 //! This crate has a single feature `all`, which enables all functions even ones 78 $(#[$target: meta])* 86 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { 89 $(#[$target])* [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/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/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/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 69 # According to proto, tcpip_address.ip_address is either IPv4 or IPv6. 92 client_socket: Socket) -> Socket: 98 def find_channels_for_target(self, target: str, 99 **kwargs) -> Iterator[Channel]: 101 if channel.data.target == target) 104 **kwargs) -> Optional[Server]: 116 def list_channels(self, **kwargs) -> Iterator[Channel]: [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 …]
|
| D | compute_beta.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/python/cpython3/Doc/library/ |
| D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 -------------- 22 call and library interface for sockets to Python's object-oriented style: the 24 the various socket system calls. Parameter types are somewhat higher-level than 40 --------------- 49 - The address of an :const:`AF_UNIX` socket bound to a file system node 52 Linux's abstract namespace is returned as a :term:`bytes-like object` with 56 bytes-like object can be used for either type of address when 60 Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8 [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/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/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 …]
|
| /external/openscreen/ |
| D | Android.bp | 5 // Added automatically by a large-scale-change that took the approach of 6 // 'apply every license found to every target'. While this makes sure we respect 11 // Please consider splitting the single license below into multiple licenses, 19 // large-scale-change filtered out the below license kinds as false-positives: 20 // SPDX-license-identifier-GPL-2.0 21 // SPDX-license-identifier-LGPL-2.1 22 // SPDX-license-identifier-MPL 23 // See: http://go/android-license-faq 28 "SPDX-license-identifier-Apache-2.0", 29 "SPDX-license-identifier-BSD", [all …]
|
| /external/iputils/ |
| D | ping6.c | 56 * measure round-trip-delays and packet loss across network paths. 58 * Author - 63 * Status - 65 * Bugs - 86 * because they are linux-specific. It's not needed on Android because Android 170 int pmtudisc=-1; 181 int ni_query = -1; 185 int ni_subject_type = -1; 215 cmsg->cmsg_len = sizeof(struct cmsghdr) + sizeof(struct ip6_rthdr0); in inet6_srcrt_init() 216 cmsg->cmsg_level = SOL_IPV6; in inet6_srcrt_init() [all …]
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | fib_nexthops.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # veth1 <---|---> veth2 | 8 # | veth5 <--|--> veth6 172.16.101.1 9 # veth3 <---|---> veth4 | 2001:db8:101::1 13 # This test is for checking IPv4 and IPv6 FIB behavior with nexthop 18 # Kselftest framework requirement - SKIP code is 4. 21 # all tests in this script. Can be overridden with -t option 71 if [ ${rc} -eq ${expected} ]; then 72 printf "TEST: %-60s [ OK ]\n" "${msg}" 77 printf "TEST: %-60s [FAIL]\n" "${msg}" [all …]
|