Searched +full:ipv4 +full:- +full:single +full:- +full:target (Results 1 – 25 of 259) sorted by relevance
1234567891011
/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/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/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/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 | 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 …]
|
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_beta.publicDelegatedPrefixes.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.publicDelegatedPrefixes.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.globalPublicDelegatedPrefixes.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.globalPublicDelegatedPrefixes.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.globalPublicDelegatedPrefixes.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.publicDelegatedPrefixes.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/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/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/crosvm/docs/book/src/running_crosvm/ |
D | advanced_usage.md | 3 To see the usage information for your version of crosvm, run `crosvm` or `crosvm run --help`. 23 crosvm run -r "${ROOT_IMAGE}" "${KERNEL_PATH}" 28 `-r` argument, the kernel is automatically told to use that image as the root, and therefore can 29 only be given once. More disks can be given with `-d` or `--rwdisk` if a writable disk is desired. 36 crosvm run --rwdisk "${ROOT_IMAGE}" -p "root=/dev/vda" vmlinux 48 crosvm run --shared-dir "/:mtdfake:type=fs:cache=always" \ 49 -p "rootfstype=virtiofs root=mtdfake" vmlinux 55 interface on the host. This section will explain how to do this for basic IPv4 connectivity. 69 sudo sysctl net.ipv4.ip_forward=1 71 HOST_DEV=$(ip route get 8.8.8.8 | awk -- '{printf $5}') [all …]
|
1234567891011