Home
last modified time | relevance | path

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

123456

/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/iptables/iptables/tests/shell/testcases/ebtables/
D0002-ebtables-save-restore_03 set -e
4 #set -x
7 [[ $XT_MULTI == *xtables-nft-multi ]] || { echo "skip $XT_MULTI"; exit 0; }
11 $XT_MULTI ebtables --init-table
12 $XT_MULTI ebtables -A INPUT -p IPv4 -i lo -j ACCEPT
13 $XT_MULTI ebtables -P FORWARD DROP
14 $XT_MULTI ebtables -A OUTPUT -s ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff -j DROP
15 $XT_MULTI ebtables -N foo
16 $XT_MULTI ebtables -A foo --802_3-sap 0x23 -j ACCEPT
17 $XT_MULTI ebtables -A foo --802_3-sap 0xaa --802_3-type 0x1337 -j ACCEPT
[all …]
/external/ltp/testcases/network/stress/udp/multi-diffport/
Dudp4-multi-diffport0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # udp4-multi-diffport01
30 # - The version of IP is IPv4
31 # - IPsec is not used
42 # Oct 19 2005 - Created (Mitsuru Chinen)
44 #-----------------------------------------------------------------------
46 #trace_logic=${trace_logic:-"set -x"}
50 TCID=${TCID:-udp4-multi-diffport01}
61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
68 NS_DURATION=${NS_DURATION:-3600} # 1 hour
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffport/
Dtcp4-multi-diffport0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # tcp4-multi-diffport01
30 # - The version of IP is IPv4
31 # - Network is not delayed
32 # - IPsec is not used
43 # Oct 19 2005 - Created (Mitsuru Chinen)
45 #-----------------------------------------------------------------------
47 #trace_logic=${trace_logic:-"set -x"}
51 TCID=${TCID:-tcp4-multi-diffport01}
62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
[all …]
/external/ltp/testcases/network/stress/tcp/multi-sameport/
Dtcp4-multi-sameport0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # tcp4-multi-sameport01
30 # - The version of IP is IPv4
31 # - Network is not delayed
32 # - IPsec is not used
43 # Oct 19 2005 - Created (Mitsuru Chinen)
45 #-----------------------------------------------------------------------
47 #trace_logic=${trace_logic:-"set -x"}
51 TCID=${TCID:-tcp4-multi-sameport01}
62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
[all …]
/external/iptables/iptables/
DMakefile.am1 # -*- Makefile -*-
4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr…
8 xtables_legacy_multi_SOURCES = xtables-legacy-multi.c iptables-xml.c
12 xtables_legacy_multi_CFLAGS += -DALL_INCLUSIVE
15 xtables_legacy_multi_SOURCES += iptables-standalone.c iptables.c
16 xtables_legacy_multi_CFLAGS += -DENABLE_IPV4
20 xtables_legacy_multi_SOURCES += ip6tables-standalone.c ip6tables.c
21 xtables_legacy_multi_CFLAGS += -DENABLE_IPV6
24 xtables_legacy_multi_SOURCES += xshared.c iptables-restore.c iptables-save.c
25 xtables_legacy_multi_LDADD += ../libxtables/libxtables.la -lm
[all …]
Dip6tables.c1 /* Code to take an ip6tables-style command line and do it. */
6 * (C) 2000-2002 by the netfilter coreteam <coreteam@netfilter.org>:
45 #include "ip6tables-multi.h"
57 {.name = "list-rules", .has_arg = 2, .val = 'S'},
60 {.name = "new-chain", .has_arg = 1, .val = 'N'},
61 {.name = "delete-chain", .has_arg = 2, .val = 'X'},
62 {.name = "rename-chain", .has_arg = 1, .val = 'E'},
69 {.name = "in-interface", .has_arg = 1, .val = 'i'},
74 {.name = "out-interface", .has_arg = 1, .val = 'o'},
77 {.name = "wait-interval", .has_arg = 2, .val = 'W'},
[all …]
Dxtables-translate.c11 #include "xtables-multi.h"
30 #include "nft-shared.h"
65 if (iface[j - 2] == '+') in xlate_ifname()
66 iface[j - 2] = '*'; in xlate_ifname()
74 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action()
76 /* If no target at all, add nothing (default to continue) */ in xlate_action()
77 if (cs->target != NULL) { in xlate_action()
78 /* Standard target? */ in xlate_action()
79 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in xlate_action()
81 else if (strcmp(cs->jumpto, XTC_LABEL_DROP) == 0) in xlate_action()
[all …]
/external/ltp/testcases/network/stress/icmp/multi-diffnic/
Dicmp4-multi-diffnic0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # icmp4-multi-diffnic01
30 # - The version of IP is IPv4
31 # - IPsec is not used
42 # Oct 19 2005 - Created (Mitsuru Chinen)
44 #-----------------------------------------------------------------------
46 #trace_logic=${trace_logic:-"set -x"}
50 TCID=${TCID:-icmp4-multi-diffnic01}
61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
68 NS_DURATION=${NS_DURATION:-3600} # 1 hour
[all …]
/external/ltp/testcases/network/stress/udp/multi-diffnic/
Dudp4-multi-diffnic0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # udp4-multi-diffnic01
30 # - The version of IP is IPv4
31 # - IPsec is not used
42 # Oct 19 2005 - Created (Mitsuru Chinen)
44 #-----------------------------------------------------------------------
46 #trace_logic=${trace_logic:-"set -x"}
50 TCID=${TCID:-udp4-multi-diffnic01}
61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
68 NS_DURATION=${NS_DURATION:-3600} # 1 hour
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffnic/
Dtcp4-multi-diffnic0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # tcp4-multi-diffnic01
30 # - The version of IP is IPv4
31 # - Network is not delayed
32 # - IPsec is not used
43 # Oct 19 2005 - Created (Mitsuru Chinen)
45 #-----------------------------------------------------------------------
47 #trace_logic=${trace_logic:-"set -x"}
51 TCID=${TCID:-tcp4-multi-diffnic01}
62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
[all …]
/external/scapy/scapy/contrib/
Dbgp.py69 # RFC 4271: "Each message has a fixed-size header." Marker (16 bytes) +
73 # Marker included in every message (RFC 4271: "This 16-octet field is
77 # extended-length flag (RFC 4271 4.3. UPDATE Message Format -
150 """IPv6 Field (CIDR)"""
194 Used in BGPPathAttr to check if the extended-length flag is
212 Packet handling IPv6 NLRI fields.
215 name = "IPv6 NLRI"
236 if index != -1:
284 5: "ROUTE-REFRESH"
297 4: "HDLC (8-bit multidrop)",
[all …]
/external/curl/lib/
Dhostip.c21 * SPDX-License-Identifier: curl
75 /* alarm-based timeouts can only be used with all the dependencies satisfied */
85 * The main COMPILE-TIME DEFINES to keep in mind when reading the host*.c
88 * CURLRES_IPV6 - this host has getaddrinfo() and family, and thus we use
89 * that. The host may not be able to resolve IPv6, but we don't really have to
90 * take that into account. Hosts that aren't IPv6-enabled have CURLRES_IPV4
93 * CURLRES_ARES - is defined if libcurl is built to use c-ares for
96 * CURLRES_THREADED - is defined if libcurl is built to run under (native)
98 * supported API will be the same as for ares-builds.
106 * hostip.c - method-independent resolver functions and utility functions
[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/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/libpcap/
DCHANGES6 Remove two no-longer-present files from .gitignore.
10 install: Fixed not to install the non-public pcap-util.h header.
11 pcap-config: add a --version flag.
12 Makefile.in: Add some missing files in the distclean target.
22 Use AS_HELP_STRING for --enable-remote.
25 Use PCAP_ERROR (defined as -1) rather than explicit -1 for
31 diag-control.h: define PCAP_DO_PRAGMA() iff we're going to use it.
45 Put CAN ID field in CAN pseudo-headers for LINUX_SLL2, as we do
47 Fix inorrectly-computed "real" length for isochronous USB
61 Don't require PFLOG support on the target machine in order to
[all …]
/external/curl/docs/
DINSTALL.md16 ./bootstrap-vcpkg.sh
27 the `GIT-INFO` file in the root directory for specific instructions on how to
35 ./configure --with-openssl [--with-gnutls --with-wolfssl]
46 ./configure --help
51 ./configure --prefix=/path/to/curl/tree
57 ./configure --prefix=$HOME
66 ./configure --with-openssl
69 you have pkg-config installed, set the pkg-config path first, like this:
71 env PKG_CONFIG_PATH=/opt/OpenSSL/lib/pkgconfig ./configure --with-openssl
73 Without pkg-config installed, use this:
[all …]
/external/ltp/testcases/network/stress/icmp/multi-diffip/
Dicmp4-multi-diffip0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # icmp4-multi-diffip01
30 # - The version of IP is IPv4
31 # - IPsec is not used
42 # Oct 19 2005 - Created (Mitsuru Chinen)
44 #-----------------------------------------------------------------------
46 #trace_logic=${trace_logic:-"set -x"}
50 TCID=${TCID:-icmp4-multi-diffip01}
61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
68 NS_DURATION=${NS_DURATION:-3600} # 1 hour
[all …]
/external/ltp/testcases/network/stress/tcp/multi-diffip/
Dtcp4-multi-diffip0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # tcp4-multi-diffip01
30 # - The version of IP is IPv4
31 # - Network is not delayed
32 # - IPsec is not used
43 # Oct 19 2005 - Created (Mitsuru Chinen)
45 #-----------------------------------------------------------------------
47 #trace_logic=${trace_logic:-"set -x"}
51 TCID=${TCID:-tcp4-multi-diffip01}
62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
[all …]
/external/ltp/testcases/network/stress/udp/multi-diffip/
Dudp4-multi-diffip0119 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
25 # udp4-multi-diffip01
30 # - The version of IP is IPv4
31 # - IPsec is not used
42 # Oct 19 2005 - Created (Mitsuru Chinen)
44 #-----------------------------------------------------------------------
46 #trace_logic=${trace_logic:-"set -x"}
50 TCID=${TCID:-udp4-multi-diffip01}
61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`}
68 NS_DURATION=${NS_DURATION:-3600} # 1 hour
[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/wpa_supplicant_8/hostapd/
DChangeLog3 2022-01-16 - v2.10
5 - improved protection against side channel attacks
6 [https://w1.fi/security/2022-1/]
7 - added option send SAE Confirm immediately (sae_config_immediate=1)
9 - added support for the hash-to-element mechanism (sae_pwe=1 or
11 - fixed PMKSA caching with OKC
12 - added support for SAE-PK
13 * EAP-pwd changes
14 - improved protection against side channel attacks
15 [https://w1.fi/security/2022-1/]
[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
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
46 using malloc(), and then calls through to the low-level malloc-free
50 general-purpose desktop system.
100 // "This symbol exists -- but not necessarily in this C file.")
106 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could…
[all …]
/external/openthread/src/core/thread/
Dtopology.hpp37 #include "openthread-core-config.h"
87 kStateRestored, ///< Neighbor is restored from non-volatile memory
342 * This method indicates whether or not the device is rx-on-when-idle.
344 * @returns TRUE if rx-on-when-idle, FALSE otherwise.
505 * multi-radio feature is enabled.
541 …* The tag value compassion follows the Serial Number Arithmetic logic from RFC-1982. It is semanti…
579 * This method indicates whether Enhanced Keep-Alive is supported or not.
581 * @returns TRUE if Enhanced Keep-Alive is supported, FALSE otherwise.
729 * This method gets the Enh-ACK Probing metrics (this `Neighbor` object is the Probing Subject).
731 * @returns Enh-ACK Probing metrics configured.
[all …]

123456