Home
last modified time | relevance | path

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

12345678

/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/scapy/scapy/layers/
Dinet6.py4 ## 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/
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/iptables/extensions/
Dlibxt_DNAT.man1 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 …]
Dlibxt_SNAT.man1 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/curl/docs/
DKNOWN_BUGS15 1.2 Multiple methods in a single WWW-Authenticate: header
18 1.5 Expect-100 meets 417
41 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
45 4.1 -J and -O with %-encoded file names
46 4.2 -J with -C - fails
47 4.3 --retry and transfer timeouts
48 4.4 Improve --data-urlencode space encoding
52 5.2 curl-config --libs contains private details
55 5.5 can't handle Unicode arguments in non-Unicode builds on Windows
60 5.11 configure --with-gssapi with Heimdal is ignored on macOS
[all …]
Dcurl.18 .\" * 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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DCHANGES.01 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/
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/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) -> 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/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1 /* -*- 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/linux-kselftest/tools/testing/selftests/net/
Dfib_nexthops.sh2 # 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/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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DFromStringDeserializer.java35 * <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/iperf3/docs/
Dinvoking.rst4 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/openssh/
Dssh_config.548 .Bl -enum -offset indent -compact
50 command-line options
55 system-wide configuration file
71 host-specific declarations should be given near the beginning of the
74 The file contains keyword-argument pairs, one per line.
95 keywords are case-insensitive and arguments are case-sensitive):
96 .Bl -tag -width Ds
105 A single
137 or the single token
167 keyword matches only when the configuration file is being re-parsed
[all …]
/external/openscreen/
DAndroid.bp5 // 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/
Dping6.c56 * 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/curl/tests/
Druntests.pl9 # Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
28 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
30 # runclient, runclientoutput - Modify to copy all the files in the log/
49 # Finally, to properly support -g and -n, checktestcmd needs to change
52 # fixed. As long as the -g option is never given, and the -n is always
60 # usually set by the Makefile, but for out-of-tree builds with direct
132 my $NOLISTENPORT=47; # port number we use for a local non-listening service
135 my $HTTP6PORT=$noport; # HTTP IPv6 server port
137 my $HTTPSPROXYPORT = $noport; # HTTPS-proxy (stunnel) port
[all …]
/external/dnsmasq/
DCHANGELOG.archive1 release 0.4 - initial public release
3 release 0.5 - added caching, removed compiler warning on linux PPC
5 release 0.6 - TCP handling: close socket and return to connect state if we
9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au>
28 Fix bad bug resulting from not initialising value-result
29 address-length parameter to recvfrom() and accept() - it
39 (3) Time-to-live data from upstream server is read and
42 the -h option is given).
44 a file other than /etc/resolv.conf (-r option) this allows
47 give dnsmasq the option -r /etc/resolv.dnsmasq)
[all …]
/external/scapy/test/
Dregression.uts67 data["win_index"] = -1
68 data["guid"] = "{1XX00000-X000-0X0X-X00X-00XXXX000XXX}"
83 = Test read_routes6() - default output
92 # - one route if there is only the loopback interface
93 # - three routes if there is a network interface
98 route_add_loopback(ipv6=True, iflist=iflist)
106 # IPv6 seems disabled. Force a route to ::1
110 = Test read_routes6() - check mandatory routes
229 interact(argv=["-s scapy1"] + extra_args, mybanner="What a test")
238 assert not interact_emulator(extra_args=["-?"]) # Failing
[all …]
/external/libcups/vcnet/
Ddns_sd.h1 /* -*- 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/
Ddns_sd.h1 /* -*- 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 …]

12345678