Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:single +full:- +full:target (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/grpc-grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 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 …]
Dresolver_component_tests_runner.py8 # 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/
Dhost.py2 # 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/
Diptables.8.in5 .\" 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 …]
Debtables-nft.827 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/
Dcommand.py1 # -*- 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/rust/crates/socket2/src/
Dlib.rs3 // 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<()> {
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])*
104 fn from(socket: $from) -> $for {
[all …]
/external/python/cpython3/Doc/library/
Dsocket.rst1 :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/android-clat/
Dclatd.c8 * 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/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/rpc/
Dgrpc_channelz.py7 # 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/
Dvmmigration_v1alpha1.projects.locations.sources.migratingVms.cloneJobs.html8 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 …]
Dcompute_alpha.publicAdvertisedPrefixes.html8 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 …]
Dcompute_v1.publicAdvertisedPrefixes.html8 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 …]
Dcompute_beta.publicAdvertisedPrefixes.html8 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 …]
Dvmmigration_v1alpha1.projects.locations.sources.migratingVms.cutoverJobs.html8 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 …]
Dvmmigration_v1alpha1.projects.locations.sources.migratingVms.html8 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 …]
Dcompute_v1.publicDelegatedPrefixes.html8 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 …]
Dcompute_beta.publicDelegatedPrefixes.html8 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 …]
Dcompute_alpha.globalPublicDelegatedPrefixes.html8 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 …]
Dcompute_beta.globalPublicDelegatedPrefixes.html8 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 …]
Dcompute_v1.globalPublicDelegatedPrefixes.html8 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/
Diperf3.13 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/cronet/net/docs/
Dproxy.md3 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/curl/docs/
Dcurl.18 .\" * 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/
Dinet6.py4 ## 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 …]

12345678910>>...12