Searched +full:srv +full:- +full:ipv4 +full:- +full:target +full:- +full:has +full:- +full:backend +full:- +full:and +full:- +full:balancer (Results 1 – 3 of 3) 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 13 # See the License for the specific language governing permissions and 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, [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/naming/ |
D | dns_resolver.go | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 39 errWatcherClose = errors.New("watcher has been closed") 42 // NewDNSResolverWithFreq creates a DNS Resolver that can resolve DNS names, and 48 // NewDNSResolver creates a DNS Resolver that can resolve DNS names, and create 61 // If addr is an IPv4 address, return the addr and ok = true. 62 // If addr is an IPv6 address, return the addr enclosed in square brackets and ok = true. 74 // parseTarget takes the user input target string, returns formatted host and port info. 75 // If target doesn't specify a port, set the port to be the defaultPort. 76 // If target is in IPv6 format and host-name is enclosed in sqarue brackets, brackets [all …]
|