Home
last modified time | relevance | path

Searched +full:no +full:- +full:srv +full:- +full:ipv4 +full:- +full:single +full:- +full:target (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 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 …]
Dresolver_component_tests_runner.py8 # 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/
Dmdns.c8 * 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
42 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
54 * Author: Jasper Verschueren <jasper.verschueren@apart-audio.com>
[all …]
/third_party/cares/include/
Dares_dns_record.h18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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
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/cups/vcnet/
Ddns_sd.h1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright © 2020-2024 by OpenPrinting.
4 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved.
21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
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…
[all …]
/third_party/grpc/src/core/lib/event_engine/
Dares_resolver.cc7 // http://www.apache.org/licenses/LICENSE-2.0
39 // c-ares 1.18.0 or later starts to provide ares_nameser.h as a public header.
84 // A hard limit on the number of records (A/AAAA or SRV) we may get from a
85 // single response. This is to be defensive to prevent a bad DNS response from
107 // suggested by the c-ares code comments.
125 << "(EventEngine c-ares resolver) Using DNS server " << dns_server; in SetRequestDNSServer()
131 memcpy(&dns_server_addr.addr.addr4, &in->sin_addr, sizeof(struct in_addr)); in SetRequestDNSServer()
139 memcpy(&dns_server_addr.addr.addr6, &in6->sin6_addr, in SetRequestDNSServer()
211 absl::StrCat("Failed to init c-ares channel: ", ares_strerror(status))); in CreateAresResolver()
214 polled_fd_factory->ConfigureAresChannelLocked(channel); in CreateAresResolver()
[all …]
/third_party/python/Doc/library/
Dasyncio-eventloop.rst4 .. _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
36 Raise a :exc:`RuntimeError` if there is no running event loop.
50 If there is no running event loop set, the function will return
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
65 :exc:`DeprecationWarning` if there was no running event loop, even if
[all …]
/third_party/openssl/doc/man1/
Dopenssl-s_client.pod.in2 {- 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 …]
/third_party/python/Lib/test/
Dtest_socket.py44 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8')
205 """Subclass of unittest.TestCase with thread-safe cleanup methods.
523 """Socket tests for client-server connection.
587 # gives a drop-in replacement for SocketConnectedTest, but different
690 """Base class for Unix-domain socket tests."""
708 """Base class for Unix-domain SOCK_STREAM tests."""
715 """Base class for IPv4 socket tests."""
727 """Base class for TCP-over-IPv4 tests."""
733 """Base class for UDP-over-IPv4 tests."""
739 """Base class for UDPLITE-over-IPv4 tests."""
[all …]