Searched +full:srv +full:- +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config (Results 1 – 7 of 7) 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/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/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… 106 // A single registered service: ServiceRecordSet + bookkeeping 114 mDNSBool renameonmemfree; // Set on config change when we deregister original name [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 …]
|
/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 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 239 assert interact_emulator(extra_args=["-d"]) # Extended 308 = Test mysummary functions - Ether [all …]
|