Searched +full:srv +full:- +full:ipv4 +full:- +full:single +full:- +full:target +full:- +full:srv +full:- +full:disabled (Results 1 – 7 of 7) sorted by relevance
| /third_party/grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 3 # Tests for which we enable SRV queries 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: 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 27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 28 argp.add_argument('--test_bin_path', default=None, type=str, 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 32 argp.add_argument('--records_config_path', default=None, type=str, 35 argp.add_argument('--dns_server_port', default=None, type=int, 37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 39 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 41 argp.add_argument('--extra_args', default='', type=str, [all …]
|
| /third_party/lwip/src/apps/mdns/ |
| D | mdns.c | 8 * RFC 6762 - Multicast DNS<br> 9 * RFC 6763 - DNS-Based Service Discovery 16 * ------------------------- 18 * - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off... 19 * - Sending negative responses NSEC 20 * - Fragmenting replies if required 21 * - Individual known answer detection for all local IPv6 addresses 22 * - Dynamic size of outgoing packet 54 * Author: Jasper Verschueren <jasper.verschueren@apart-audio.com> 78 #error "If you want to use MDNS with IPv4, you have to define LWIP_IGMP=1 in your lwipopts.h" [all …]
|
| /third_party/cares/include/ |
| D | ares_dns_record.h | 24 * SPDX-License-Identifier: MIT 42 /*! DNS Record types handled by c-ares. Some record types may only be valid 58 ARES_REC_TYPE_OPT = 41, /*!< RFC 6891. EDNS0 option (meta-RR) */ 60 ARES_REC_TYPE_TLSA = 52, /*!< RFC 6698. DNS-Based Authentication of Named 111 ARES_FLAG_CD = 1 << 6 /*!< RFC 2065. Checking Disabled bit indicates in a 112 * query that non-verified data is acceptable to the 147 ARES_RCODE_DSOTYPEI = 11, /*!< RFC 8409. DSO-TYPE Not implemented */ 165 ARES_DATATYPE_NAME = 6, /*!< Null-terminated string of a domain name */ 166 ARES_DATATYPE_STR = 7, /*!< Null-terminated string */ 235 /*! SRV Record. Priority. Datatype: U16 */ [all …]
|
| /third_party/python/Doc/library/ |
| D | asyncio-eventloop.rst | 4 .. _asyncio-event-loop: 13 ------------------------------------ 21 Application developers should typically use the high-level asyncio functions, 24 of lower-level code, libraries, and frameworks, who need finer control over 29 The following low-level functions can be used to get, set, or create 58 As noted above, consider using the higher-level :func:`asyncio.run` function, 63 In Python versions 3.10.0--3.10.8 and 3.11.0 this function 82 :ref:`setting a custom event loop policy <asyncio-policies>`. 106 .. _asyncio-event-loop-methods: 111 Event loops have **low-level** APIs for the following: [all …]
|
| /third_party/cups/vcnet/ |
| D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright © 2020-2024 by OpenPrinting. 4 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 37 * of zero-configuration networking (ZEROCONF). 43 * all the information -- such as name, IP address, and port -- 47 * AppleTalk. Bonjour allows applications to provide user-friendly printer 62 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 63 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 64 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 70 * The version defined in this header file symbol allows for compile-time [all …]
|
| /third_party/openssl/doc/man1/ |
| D | openssl-s_client.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-s_client - SSL/TLS client program 11 [B<-help>] 12 [B<-ssl_config> I<section>] 13 [B<-connect> I<host:port>] 14 [B<-host> I<hostname>] 15 [B<-port> I<port>] 16 [B<-bind> I<host:port>] 17 [B<-proxy> I<host:port>] 18 [B<-proxy_user> I<userid>] [all …]
|