| /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/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 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 …]
|
| D | DNSCommon.c | 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 29 // -- domain labels have an initial length byte, not a terminating null character 35 #pragma mark - Program Constants 39 mDNSexport const mDNSInterfaceID mDNSInterfaceMark = (mDNSInterfaceID)-1; 40 mDNSexport const mDNSInterfaceID mDNSInterface_LocalOnly = (mDNSInterfaceID)-2; 41 mDNSexport const mDNSInterfaceID mDNSInterface_Unicast = (mDNSInterfaceID)-3; 42 mDNSexport const mDNSInterfaceID mDNSInterface_P2P = (mDNSInterfaceID)-4; 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP p… [all …]
|
| D | mDNS.c | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved. 9 * http://www.apache.org/licenses/LICENSE-2.0 18 * from outside the mDNS project -- all the types it expects to find are defined right here. 22 * making *any* assumptions about availability of so-called "standard" C functions, 34 * thinking that variables x and y are both of type "char*" -- and anyone who doesn't 40 #include "uDNS.h" // Defines entry points into unicast-specific routines 84 #pragma mark - Program Constants 98 "b._dns-sd._udp.", // Browse 99 "db._dns-sd._udp.", // Default Browse [all …]
|
| D | uDNS.c | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved. 9 * http://www.apache.org/licenses/LICENSE-2.0 18 * Elimate all mDNSPlatformMemAllocate/mDNSPlatformMemFree from this code -- the core code 19 * is supposed to be malloc-free so that it runs in constant memory determined at compile-time. 20 …* Any dynamic run-time requirements should be handled by the platform layer below or client layer … 39 // In each of these domains we search for our special pointer records (lb._dns-sd._udp.<domain>, et… 57 #pragma mark - General Utility Functions 63 rr->LastAPTime = m->timenow; in SetRecordRetry() 65 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT) in SetRecordRetry() [all …]
|
| /external/dnsmasq/ |
| D | dnsmasq.conf.example | 5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. 10 # uneccessarily. If you have a dial-on-demand link they also stop 14 #domain-needed 15 # Never forward addresses in the non-routed address spaces. 16 #bogus-priv 19 # Uncomment this to filter useless windows-originated DNS requests 20 # which can trigger dial-on-demand links needlessly. 21 # Note that (amongst other things) this blocks all SRV requests, 22 # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk. 23 # This option only affects forwarding, SRV records originating for [all …]
|
| 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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | CHANGES.0 | 1 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/mdnsresponder/mDNSShared/ |
| D | dns_sd.h | 1 /* -*- 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 …]
|
| D | uds_daemon.c | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2003-2006 Apple Computer, Inc. All rights reserved. 9 * http://www.apache.org/licenses/LICENSE-2.0 42 // Normally we append search domains only for queries with a single label that are not 47 // Apple-specific functionality, not required for other platforms 72 // User IDs 0-500 are system-wide processes, not actual users in the usual sense 78 #pragma mark - 79 #pragma mark - Types and Data Structures 103 …AuthRecord *rr; // Pointer to variable-sized AuthRecord (Why a pointer? Why not just embed it h… 106 // A single registered service: ServiceRecordSet + bookkeeping [all …]
|
| /external/libcups/vcnet/ |
| D | dns_sd.h | 1 /* -*- 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/python/cpython3/Lib/test/ |
| D | test_socket.py | 40 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8') 201 """Subclass of unittest.TestCase with thread-safe cleanup methods. 525 """Socket tests for client-server connection. 581 # gives a drop-in replacement for SocketConnectedTest, but different 684 """Base class for Unix-domain socket tests.""" 702 """Base class for Unix-domain SOCK_STREAM tests.""" 721 """Base class for TCP-over-IPv4 tests.""" 727 """Base class for UDP-over-IPv4 tests.""" 733 """Base class for UDPLITE-over-IPv4 tests.""" 739 """Base class for SCTP tests in one-to-one (SOCK_STREAM) mode.""" [all …]
|
| /external/scapy/scapy/layers/ |
| D | inet6.py | 4 ## 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/python/cpython3/Doc/library/ |
| D | asyncio-eventloop.rst | 11 ------------------------------------ 19 Application developers should typically use the high-level asyncio functions, 22 of lower-level code, libraries, and frameworks, who need finer control over 27 The following low-level functions can be used to get, set, or create 66 :ref:`setting a custom event loop policy <asyncio-policies>`. 90 .. _asyncio-event-loop: 95 Event loops have **low-level** APIs for the following: 200 An optional keyword-only *context* argument allows specifying a 207 This method is not thread-safe. 211 A thread-safe variant of :meth:`call_soon`. Must be used to [all …]
|
| /external/curl/tests/ |
| D | runtests.pl | 9 # 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/src/ |
| D | option.c | 1 /* dnsmasq is Copyright (c) 2000-2009 Simon Kelley 39 /* options which don't have a one-char version */ 86 {"no-hosts", 0, 0, 'h'}, 87 {"no-poll", 0, 0, 'n'}, 89 {"no-daemon", 0, 0, 'd'}, 90 {"log-queries", 0, 0, 'q'}, 93 {"resolv-file", 2, 0, 'r'}, 94 {"mx-host", 1, 0, 'm'}, 95 {"mx-target", 1, 0, 't'}, 96 {"cache-size", 2, 0, 'c'}, [all …]
|
| D | rfc1035.c | 1 /* dnsmasq is Copyright (c) 2000-2009 Simon Kelley 24 ((size_t)((pp) - (unsigned char*) (header) + (len)) <= (plen)) 49 if (cp != (unsigned char*) name) cp--; in extract_name() 90 digs = ((count - 1) >> 2) + 1; in extract_name() 93 if (cp - (unsigned char*) name + digs + 9 >= MAXDNAME) return 0; in extract_name() 94 if (!CHECK_LEN(header, p, plen, (count - 1) >> 3)) return 0; in extract_name() 106 *cp++ = dig < 10 ? dig + '0' : dig + 'A' - 10; in extract_name() 111 } else { /* label_type = 0 -> label. */ in extract_name() 112 if (cp - (unsigned char*) name + l + 1 >= MAXDNAME) return 0; in extract_name() 129 if (c1 >= 'A' && c1 <= 'Z') c1 += 'a' - 'A'; in extract_name() [all …]
|
| /external/mdnsresponder/mDNSPosix/ |
| D | NetMonitor.c | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved. 9 * http://www.apache.org/licenses/LICENSE-2.0 26 * thinking that variables x and y are both of type "char*" -- and anyone who doesn't 49 // Both mDNS.c and mDNSWin32.h declare UDPSocket_struct type resulting in a compile-time error, so 78 // These are meta-categories; 131 #define ExactlyOneFilter (Filters && !Filters->next) 143 // Special version of printf that knows how to print IP addresses, DNS-format name strings, etc. 185 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R… 201 for (i = 0; i < list->num; i++) in FindHost() [all …]
|
| /external/curl/docs/ |
| D | TODO | 23 1.4 alt-svc sharing 29 1.10 auto-detect proxy 32 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION 38 1.20 SRV and URI DNS records 48 2. libcurl - multi interface 49 2.1 More non-blocking 51 2.3 Non-blocking curl_multi_remove_handle() 53 2.5 Edge-triggered sockets should work 59 3.2 Provide cmake config-file 79 6.2 ditch telnet-specific select [all …]
|
| /external/scapy/test/ |
| D | regression.uts | 67 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/cpuinfo/test/dmesg/ |
| D | huawei-mate-9.log | 5 [ 0.000000s][pid:0,cpu0,swapper]Linux version 4.1.18-g782b0b9 (android@localhost) (gcc version 4… 7 [ 0.000000s][pid:0,cpu0,swapper]Detected VIPT I-cache on CPU0 26 [ 0.000000s][pid:0,cpu0,swapper]cmdline ufs_product_name=KLUCG4J1EB-B0B1 29 …pu0,swapper]Ion: base 0xde200000, size is 0x1e00000, node name graphic, heap-name carveout_gralloc… 30 [ 0.000000s][pid:0,cpu0,swapper]Ion: insert heap-name carveout_gralloc 33 …00000s][pid:0,cpu0,swapper]Reserved memory: initialized node tui-mem, compatible id shared-dma-pool 35 …id:0,cpu0,swapper]Reserved memory: initialized node fastboot-cma-mem, compatible id shared-dma-pool 37 …0000s][pid:0,cpu0,swapper]Reserved memory: initialized node isp-boot, compatible id shared-dma-pool 52 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: s34816 r8192 d30720 u73728 alloc=18*4096 53 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [all …]
|
| D | huawei-p9-lite.log | 4 … 0.000000s][pid:0,cpu0,swapper]Linux version 3.10.90-ge124f87 (android@localhost) (gcc version 4.9… 44 [ 0.000000s][pid:0,cpu0,swapper] id - start address - end address 45 [ 0.000000s][pid:0,cpu0,swapper] - 0 : 0x000000 - 0x3fffffff 46 [ 0.000000s][pid:0,cpu0,swapper] - 1 : 0x40000000 - 0x7fffffff 69 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: s19200 r8192 d21760 u49152 alloc=12*4096 70 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 72 …roidboot.selinux=enforcing androidboot.swtype=normal fastboot_version=Dallas-Trunk_FASTBOOT setup_… 74 [ 0.000000s][pid:0,cpu0,swapper]Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) 75 …s][pid:0,cpu0,swapper]software IO TLB [mem 0x7bec6000-0x7bf06000] (0MB) mapped at [ffffffc07bac600… 99 [ 0.000000s] vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB) [all …]
|
| D | huawei-mate-8.log | 5 [ 0.000000s][pid:0,cpu0,swapper]Linux version 4.1.18-g9c91e7c (android@localhost) (gcc version 4… 7 [ 0.000000s][pid:0,cpu0,swapper]Detected VIPT I-cache on CPU0 39 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: s34752 r8192 d30784 u73728 alloc=18*4096 40 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 42 …roidboot.selinux=enforcing androidboot.swtype=normal fastboot_version=AUSTIN-CP00B046_FASTBOOT set… 45 [ 0.000000s][pid:0,cpu0,swapper]Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 46 …s][pid:0,cpu0,swapper]software IO TLB [mem 0xd9f7b000-0xd9fbb000] (0MB) mapped at [ffffffc0d9b7b00… 47 …rnel code, 3737K rwdata, 7028K rodata, 512K init, 7170K bss, 181500K reserved, 32768K cma-reserved) 49 [ 0.000000s] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB) 50 [ 0.000000s] fixed : 0xffffffbffabfd000 - 0xffffffbffac00000 ( 12 KB) [all …]
|