Searched +full:srv +full:- +full:ipv6 +full:- +full:multi +full:- +full:target (Results 1 – 10 of 10) sorted by relevance
/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 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 …]
|
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/curl/docs/ |
D | TODO | 23 1.4 signal-based resolver timeouts 29 1.10 auto-detect proxy 32 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION 39 1.20 SRV and URI DNS records 51 2. libcurl - multi interface 52 2.1 More non-blocking 54 2.3 Non-blocking curl_multi_remove_handle() 56 2.5 Edge-triggered sockets should work 57 2.6 multi upkeep 60 3.2 Provide cmake config-file [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/mdnsresponder/mDNSShared/ |
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 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… 116 mDNSBool default_local; // is this the "local." from an empty-string registration? 119 ServiceRecordSet srs; // note -- variable-sized object -- must be last field in struct [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 …]
|