Home
last modified time | relevance | path

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

12345

/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/tcpdump/tests/
Dbgp_vpn_rt-oobr.out1 …, ttl 254, id 21263, offset 0, flags [rsvd], proto TCP (6), length 60165, bad cksum 8e15 (->9eb8)!)
2 ….0.1.0: Flags [none], seq 2146695561:2146755682, win 56026, options [unknown-161,eol], length 6012…
7 Multi-Protocol Unreach NLRI (15), length: 227, Flags [T+6]:
8 AFI: IPv6 (2), SAFI: Multicast VPN (5)
9 … Route-Type: Source-Active (5), length: 5, RD: unknown RD format, Group bogus address length 127
10 Route-Type: Unknown (142), length: 142
11 Route-Type: Unknown (0), length: 0
12 Route-Type: Unknown (33), length: 0
13 Route-Type: Unknown (0), length: 0[|BGP] [|BGP]
19 Multi-Protocol Reach NLRI (14), length: 227, Flags [T+6]:
[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/python/google-api-python-client/docs/dyn/
Dadmin_reports_v1.activities.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/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/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/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/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 …]
/external/libpcap/
DCHANGES6 rpcap: support rpcap-over-TLS
11 Add pcap_init(), and add support for UTF-8 strings, including error
66 see https://github.com/the-tcpdump-group/tcpdump/issues/480#issuecomment-486827278
67 Always return a list of supported time-stamp types, even if only
70 Linux: clean up support for some non-GNU libc C libraries
74 Added support for ICMPv6 types 1-4 as tokens in filters
75 Windows: Report PCAP_ERROR_NO_SUCH_DEVICE for a non-existent device
82 Linux, Windows: report a warning for unknown link-layer header types
93 Fix compilation of pcap-tc.c
112 Fix pcap-usb-linux.c build on systems with musl
[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/wpa_supplicant_8/hostapd/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - improved protection against side channel attacks
11 [https://w1.fi/security/2019-6/]
12 * fixed FT-EAP initial mobility domain association using PMKSA caching
18 * added experimental support for EAP-TEAP server (RFC 7170)
[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/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/curl/lib/
DMakefile.netware8 # Copyright (C) 2004 - 2015, Guenter Knauf
9 # Copyright (C) 2001 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
26 ## Makefile for building libcurl.nlm (NetWare version - gnu make)
28 ## Use: make -f Makefile.netware
39 ZLIB_PATH = ../../zlib-1.2.8
44 OPENSSL_PATH = ../../openssl-1.0.2a
49 LIBSSH2_PATH = ../../libssh2-1.5.0
54 LIBIDN_PATH = ../../libidn-1.18
59 LIBRTMP_PATH = ../../librtmp-2.3
64 NGHTTP2_PATH = ../../nghttp2-0.6.7
[all …]

12345