/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/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} 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/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/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 42 if [ ${rc} -eq ${expected} ]; then 43 printf "TEST: %-60s [ OK ]\n" "${msg}" 48 printf "TEST: %-60s [FAIL]\n" "${msg}" [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) -> Iterator[Channel]: 100 if channel.data.target == target) 102 def find_server_listening_on_port(self, port: int) -> Optional[Server]: 113 def list_channels(self) -> Iterator[Channel]: 118 This does not include subchannels nor non-top level channels. [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 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 28 curl \- transfer a URL 44 curl is powered by libcurl for all transfer-related features. See 47 The URL syntax is protocol-dependent. You'll find a detailed description in 57 "ftp://ftp.example.com/file[1-100].txt" 59 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros) 61 "ftp://ftp.example.com/file[a-z].txt" 66 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html" 75 "http://example.com/file[1-100:10].txt" 77 "http://example.com/file[a-z:2].txt" [all …]
|
/external/scapy/scapy/layers/ |
D | inet6.py | 4 ## inet6.py --- IPv6 support for Scapy ## 167 ip_regex = re.compile(r"^([a-fA-F0-9:]+)(/[1]?[0-3]?[0-9])?$") 174 tmp[0]=socket.getaddrinfo(tmp[0], None, socket.AF_INET6)[0][-1][0] 187 (value | (0xff >> (8 - netmask))) + 1) 192 (x - self.plen for x in range(8, 129, 8)), 304 ipv6nh = { 0:"Hop-by-Hop Option Header", 367 c -= 1 379 y = socket.getaddrinfo(y, None, socket.AF_INET6)[0][-1][0] 431 l = len(p) - 40 457 sd = self.addresses[-1] [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.routers.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.networks.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.routers.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/toybox/android/mac/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 51 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [all …]
|
/external/toybox/android/linux/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 51 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [all …]
|
/external/toybox/android/device/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 43 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 49 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 51 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [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/kernel-headers/original/uapi/linux/netfilter/ |
D | nf_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 * enum nft_registers - nf_tables registers 18 * of size 4. For compatibility reasons, the NFT_REG_[1-4] registers still 20 * NFT_REG32_00 - NFT_REG32_15. 47 #define NFT_REG_MAX (__NFT_REG_MAX - 1) 51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) 54 * enum nft_verdicts - nf_tables internal verdicts 65 NFT_CONTINUE = -1, 66 NFT_BREAK = -2, 67 NFT_JUMP = -3, [all …]
|
/external/libcups/vcnet/ |
D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 36 * of zero-configuration networking (ZEROCONF). 42 * all the information -- such as name, IP address, and port -- 46 * AppleTalk. Bonjour allows applications to provide user-friendly printer 61 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 62 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 63 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 69 * The version defined in this header file symbol allows for compile-time 72 * in those earlier versions. Similar checks may also be performed at run-time: [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 36 * of zero-configuration networking (ZEROCONF). 42 * all the information -- such as name, IP address, and port -- 46 * AppleTalk. Bonjour allows applications to provide user-friendly printer 61 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 62 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 63 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 69 * The version defined in this header file symbol allows for compile-time 72 * in those earlier versions. Similar checks may also be performed at run-time: [all …]
|
/external/grpc-grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md 20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto 84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md 103 // The target this channel originally tried to connect to. May be absent 104 string target = 2; field 113 // The number of calls that have completed with a non-OK status 197 // Server represents a single server. There may be multiple servers in a single 219 // The number of incoming calls that have a completed with a non-OK status 226 // Information about an actual connection. Pronounced "sock-ay". [all …]
|
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/ |
D | channelz.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md 20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto 84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md 103 // The target this channel originally tried to connect to. May be absent 104 string target = 2; field 113 // The number of calls that have completed with a non-OK status 197 // Server represents a single server. There may be multiple servers in a single 219 // The number of incoming calls that have a completed with a non-OK status 226 // Information about an actual connection. Pronounced "sock-ay". [all …]
|
/external/cros/system_api/dbus/vm_concierge/ |
D | service.proto | 2 // Use of this source code is governed by a BSD-style license that can be 27 // A qcow2-compatible disk image. 61 // The IPv4 address assigned to the VM, in network byte order. 91 // The human-readable name to be assigned to this VM. 94 // If true, concierge should also perform termina-specific setup. 122 // If true, the VM was started successfully. |vm_info| will have non-default 314 // D-Bus message into vm_concierge. 349 // Response sent back by vm_concierge when it receives a StartContaienr D-Bus 359 // status is CONTAINER_STATUS_STARTING then a D-Bus signal will be sent to 371 // Name of the VM to target. [all …]
|