/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/tcpdump/tests/ |
D | bgp_vpn_rt-oobr.out | 1 …, 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/ltp/testcases/network/stress/udp/multi-diffport/ |
D | udp4-multi-diffport01 | 19 ## 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/iptables/iptables/ |
D | Makefile.am | 1 # -*- Makefile -*- 4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr… 5 AM_YFLAGS = -d 9 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c 13 xtables_multi_CFLAGS += -DALL_INCLUSIVE 16 xtables_multi_SOURCES += iptables-save.c iptables-restore.c \ 17 iptables-standalone.c iptables.c 18 xtables_multi_CFLAGS += -DENABLE_IPV4 22 xtables_multi_SOURCES += ip6tables-save.c ip6tables-restore.c \ 23 ip6tables-standalone.c ip6tables.c [all …]
|
D | ip6tables.c | 1 /* 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" 88 {.name = "list-rules", .has_arg = 2, .val = 'S'}, 91 {.name = "new-chain", .has_arg = 1, .val = 'N'}, 92 {.name = "delete-chain", .has_arg = 2, .val = 'X'}, 93 {.name = "rename-chain", .has_arg = 1, .val = 'E'}, 100 {.name = "in-interface", .has_arg = 1, .val = 'i'}, 105 {.name = "out-interface", .has_arg = 1, .val = 'o'}, 108 {.name = "wait-interval", .has_arg = 2, .val = 'W'}, [all …]
|
D | xtables-translate.c | 16 #include "xtables-multi.h" 35 #include "nft-shared.h" 48 if (iface[ifaclen - 1] == '+') in xlate_ifname() 49 iface[ifaclen - 1] = '*'; in xlate_ifname() 57 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action() 59 /* If no target at all, add nothing (default to continue) */ in xlate_action() 60 if (cs->target != NULL) { in xlate_action() 61 /* Standard target? */ in xlate_action() 62 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in xlate_action() 64 else if (strcmp(cs->jumpto, XTC_LABEL_DROP) == 0) in xlate_action() [all …]
|
/external/ltp/testcases/network/stress/tcp/multi-sameport/ |
D | tcp4-multi-sameport01 | 19 ## 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/ltp/testcases/network/stress/tcp/multi-diffport/ |
D | tcp4-multi-diffport01 | 19 ## 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/icmp/multi-diffnic/ |
D | icmp4-multi-diffnic01 | 19 ## 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/python/google-api-python-client/docs/dyn/ |
D | admin_reports_v1.activities.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/ltp/testcases/network/stress/udp/multi-diffnic/ |
D | udp4-multi-diffnic01 | 19 ## 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/ |
D | tcp4-multi-diffnic01 | 19 ## 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/ |
D | bgp.py | 69 # 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/docs/ |
D | KNOWN_BUGS | 19 1.5 Expect-100 meets 417 39 3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses 42 4.1 -J and -O with %-encoded file names 43 4.2 -J with -C - fails 44 4.3 --retry and transfer timeouts 45 4.4 --upload-file . hang if delay in STDIN 46 4.5 Improve --data-urlencode space encoding 50 5.2 curl-config --libs contains private details 65 6.6 libcurl can fail to try alternatives with --proxy-any 95 11.3 c-ares deviates from stock resolver on http://1346569778 [all …]
|
/external/libpcap/ |
D | CHANGES | 6 Changes to BSD 3-clause license to 2-clause licence 10 Support setting non-blocking mode before activating. 12 Added RPCAPD support when --enable-remote (default no) 17 fixes so that non-AF_INET addresses, are not ==AF_INET6 addresses. 19 pcap_compile() in 1.8.0 and later is newly thread-safe. 22 D-Bus captures can now be up to 128MB in size 24 Added DLT_VSOCK for http://qemu-project.org/Features/VirtioVsock 26 Add linux-specific pcap_set_protocol_linux() to allow specifying a specific capture protocol. 28 Add Nordic Semiconductor Bluetooth LE sniffer link-layer header type. 35 fixes for DragonBSD compilation of pcap-netmap.c [all …]
|
/external/ltp/testcases/network/stress/icmp/multi-diffip/ |
D | icmp4-multi-diffip01 | 19 ## 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/ |
D | tcp4-multi-diffip01 | 19 ## 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/ |
D | udp4-multi-diffip01 | 19 ## 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/ |
D | CHANGELOG.archive | 1 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/ |
D | ChangeLog | 3 2018-12-02 - v2.7 6 [http://w1.fi/security/2017-1/] (CVE-2017-13082) 10 * added support for DPP (Wi-Fi Device Provisioning Protocol) 12 - added local generation of PMK-R0/PMK-R1 for FT-PSK 14 - replaced inter-AP protocol with a cleaner design that is more 18 - added support for wildcard R0KH/R1KH 19 - replaced r0_key_lifetime (minutes) parameter with 21 - fixed wpa_psk_file use for FT-PSK 22 - fixed FT-SAE PMKID matching 23 - added expiration to PMK-R0 and PMK-R1 cache [all …]
|
/external/curl/ |
D | CHANGES | 12 - RELEASE: 7.64.1 14 - Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set" 20 - [Christian Schmitz brought this change] 27 - tool_cb_wrt: fix writing to Windows null device NUL 29 - Improve console detection. 36 Bug: https://github.com/curl/curl/issues/3175#issuecomment-439068724 37 Reported-by: Gisle Vanem 39 - CURLMOPT_PIPELINING.3: fix typo 42 - TODO: config file parsing 47 - os400: Disable Alt-Svc by default since it's experimental [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 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/ |
D | Makefile.netware | 8 # Copyright (C) 2004 - 2015, Guenter Knauf 9 # Copyright (C) 2001 - 2018, 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 …]
|
/external/tcpdump/ |
D | CHANGES | 4 any protocol name resolution if -n is specified. 7 Clean up IS-IS printing. 9 CVE-2017-11543 (SLIP) 10 CVE-2017-13011 (bittok2str_internal) 12 CVE-2017-12989 (RESP) 13 CVE-2017-12990 (ISAKMP) 14 CVE-2017-12995 (DNS) 15 CVE-2017-12997 (LLDP) 16 Fix buffer over-read vulnerabilities: 17 CVE-2017-11541 (safeputs) [all …]
|