Searched +full:srv +full:- +full:ipv4 +full:- +full:multi +full:- +full:target (Results 1 – 12 of 12) sorted by relevance
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-target9 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-target17 _grpclb._tcp.srv-ipv4-single-target:[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 # This file is auto-generated28 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 …]
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.025 All the APIs here are malloc-free, which means that the caller is33 memory requirements, with absolutely no uncertainty or run-time variation,36 For applications running on general-purpose desktop operating systems46 using malloc(), and then calls through to the low-level malloc-free50 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 …]
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.029 // -- domain labels have an initial length byte, not a terminating null character35 #pragma mark - Program Constants39 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 …]
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.018 * Elimate all mDNSPlatformMemAllocate/mDNSPlatformMemFree from this code -- the core code19 * 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 Functions63 rr->LastAPTime = m->timenow; in SetRecordRetry()65 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT) in SetRecordRetry()[all …]
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.018 * 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't40 #include "uDNS.h" // Defines entry points into unicast-specific routines84 #pragma mark - Program Constants98 "b._dns-sd._udp.", // Browse99 "db._dns-sd._udp.", // Default Browse[all …]
1 Changelog for the c-ares project8 o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory11 o added install target to Makefile.msvc15 o IPv6-on-windows: find DNS servers correctly16 o man pages: docs for the c-ares utility programs27 o local-bind: Support binding to local interface/IPs, see65 - Use the last instance of domain/search, not the first one68 - We switched from CVS to git. See http://github.com/bagder/c-ares71 - Daniel Johnson provided fixes for building with the clang compiler.[all …]
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.026 * thinking that variables x and y are both of type "char*" -- and anyone who doesn't49 // 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 …]
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.047 // Apple-specific functionality, not required for other platforms72 // User IDs 0-500 are system-wide processes, not actual users in the usual sense78 #pragma mark -79 #pragma mark - Types and Data Structures103 …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 …]
1 release 0.4 - initial public release3 release 0.5 - added caching, removed compiler warning on linux PPC5 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() - it39 (3) Time-to-live data from upstream server is read and42 the -h option is given).44 a file other than /etc/resolv.conf (-r option) this allows47 give dnsmasq the option -r /etc/resolv.dnsmasq)[all …]
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 address45 [ 0.000000s][pid:0,cpu0,swapper] - 0 : 0x000000 - 0x3fffffff46 [ 0.000000s][pid:0,cpu0,swapper] - 1 : 0x40000000 - 0x7fffffff69 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: s19200 r8192 d21760 u49152 alloc=12*409670 [ 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 …]
... docs.css assets/templates/assets/android-developer-docs-devguide.css assets/templates ...