Home
last modified time | relevance | path

Searched +full:srv +full:- +full:ipv4 +full:- +full:multi +full:- +full:target (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/tests/
H A Ddns_test_record_groups.yaml1 resolver_tests_common_zone_name: dns-test.event-engine.
3 - records:
4 ipv4-only-multi-target:
5 - {TTL: '2100', data: 1.2.3.4, type: A}
6 - {TTL: '2100', data: 1.2.3.5, type: A}
7 - {TTL: '2100', data: 1.2.3.6, type: A}
8 ipv6-only-multi-target:
9 - {TTL: '2100', data: '2607:f8b0:400a:801::1002', type: AAAA}
10 - {TTL: '2100', data: '2607:f8b0:400a:801::1003', type: AAAA}
11 - {TTL: '2100', data: '2607:f8b0:400a:801::1004', type: AAAA}
[all …]
H A Ddns_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
103 << "This test specifies a target DNS server which the native " \
133 "invoke Bazel with --enable_runfiles=yes."); in SetUpTestSuite()
160 // <path to dns_server.py> -p <port> -r <path to records config> in SetUpTestSuite()
162 {dns_server_path, "-p", std::to_string(port), "-r", test_records_path}); in SetUpTestSuite()
168 "-p", in SetUpTestSuite()
170 "--dns_resolver_bin_path", in SetUpTestSuite()
172 "--tcp_connect_bin_path", in SetUpTestSuite()
186 dns_server_.server_process->Interrupt(); in TearDownTestSuite()
187 dns_server_.server_process->Join(); in TearDownTestSuite()
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
25 All the APIs here are malloc-free, which means that the caller is
33 memory requirements, with absolutely no uncertainty or run-time variation,
36 For applications running on general-purpose desktop operating systems
46 using malloc(), and then calls through to the low-level malloc-free
50 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 …]
H A DDNSCommon.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
29 // -- domain labels have an initial length byte, not a terminating null character
35 #pragma mark - Program Constants
39 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 …]
H A DmDNS.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
18 * 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't
40 #include "uDNS.h" // Defines entry points into unicast-specific routines
84 #pragma mark - Program Constants
98 "b._dns-sd._udp.", // Browse
99 "db._dns-sd._udp.", // Default Browse
[all …]
H A DuDNS.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
18 * Elimate all mDNSPlatformMemAllocate/mDNSPlatformMemFree from this code -- the core code
19 * 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 Functions
63 rr->LastAPTime = m->timenow; in SetRecordRetry()
65 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT) in SetRecordRetry()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DCHANGES.01 Changelog for the c-ares project
8 o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory
9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
11 o added install target to Makefile.msvc
15 o IPv6-on-windows: find DNS servers correctly
16 o man pages: docs for the c-ares utility programs
27 o local-bind: Support binding to local interface/IPs, see
65 - Use the last instance of domain/search, not the first one
68 - We switched from CVS to git. See http://github.com/bagder/c-ares
71 - Daniel Johnson provided fixes for building with the clang compiler.
[all …]
/aosp_15_r20/hardware/google/apf/v7/
Dapf.h8 * http://www.apache.org/licenses/LICENSE-2.0
23 * 1. A read-only program consisting of bytecodes as described below.
24 * 2. Two 32-bit registers, called R0 and R1.
25 * 3. Sixteen 32-bit temporary memory slots (cleared between packets).
26 * 4. A read-only packet.
27 * 5. An optional read-write transmit buffer.
35 * The APF interpreter uses big-endian byte order for loads from the packet
72 * represents the jump target offset, i.e. the value added to the program
76 * follows the jump target offset. This immediate value is of the
77 * same size as the jump target offset, and represents the value
[all …]
Dapf_interpreter.c8 * http://www.apache.org/licenses/LICENSE-2.0
39 error_program = -2,
40 error_packet = -1,
64 * http://www.apache.org/licenses/LICENSE-2.0
79 * 1. A read-only program consisting of bytecodes as described below.
80 * 2. Two 32-bit registers, called R0 and R1.
81 * 3. Sixteen 32-bit temporary memory slots (cleared between packets).
82 * 4. A read-only packet.
83 * 5. An optional read-write transmit buffer.
91 * The APF interpreter uses big-endian byte order for loads from the packet
[all …]
/aosp_15_r20/external/curl/docs/
H A DTODO23 1.4 alt-svc sharing
25 1.6 thread-safe sharing
28 1.10 auto-detect proxy
31 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
38 1.20 SRV and URI DNS records
50 2. libcurl - multi interface
51 2.1 More non-blocking
53 2.3 Non-blocking curl_multi_remove_handle()
55 2.5 Edge-triggered sockets should work
56 2.6 multi upkeep
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
26 * thinking that variables x and y are both of type "char*" -- and anyone who doesn't
49 // 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 …]
/aosp_15_r20/external/dnsmasq/
H A DCHANGELOG.archive1 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 …]
/aosp_15_r20/hardware/google/apf/v6/
Dapf_interpreter.c8 * http://www.apache.org/licenses/LICENSE-2.0
39 error_program = -2,
40 error_packet = -1,
64 * http://www.apache.org/licenses/LICENSE-2.0
79 * 1. A read-only program consisting of bytecodes as described below.
80 * 2. Two 32-bit registers, called R0 and R1.
81 * 3. Sixteen 32-bit temporary memory slots (cleared between packets).
82 * 4. A read-only packet.
83 * 5. An optional read-write transmit buffer.
91 * The APF interpreter uses big-endian byte order for loads from the packet
[all …]
/aosp_15_r20/hardware/google/apf/devtools/
Dapf_interpreter.c8 * http://www.apache.org/licenses/LICENSE-2.0
39 error_program = -2,
40 error_packet = -1,
64 * http://www.apache.org/licenses/LICENSE-2.0
79 * 1. A read-only program consisting of bytecodes as described below.
80 * 2. Two 32-bit registers, called R0 and R1.
81 * 3. Sixteen 32-bit temporary memory slots (cleared between packets).
82 * 4. A read-only packet.
83 * 5. An optional read-write transmit buffer.
91 * The APF interpreter uses big-endian byte order for loads from the packet
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1 /* -*- 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…
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 …]
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DBaseApfGenerator.java8 * http://www.apache.org/licenses/LICENSE-2.0
60 LABEL(-1),
63 // If the value is non-zero, the instruction increments the counter.
64 // The counter is located (-4 * counter number) bytes from the end of the data region.
65 // It is a U32 native-endian value and is always incremented by 1.
66 // This is more or less equivalent to: lddw R0, -N4; add R0,1; stdw R0, -N4; {pass,drop}
80 SH(12), // Left shift, e.g. "sh R0, 5" or "sh R0, -5" (shifts right)
94 // NOTE: Only APFv6+ implements R=1 'jbseq' version and multi match
95 // imm1 is jmp target, imm2 is (cnt - 1) * 2048 + compare_len,
102 // Write 1, 2 or 4 bytes immediate to the output buffer and auto-increment the pointer to
[all …]
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
151 top_level_result_error_ = request_->Start(base::BindOnce( in ResolveHostResponseHelper()
158 top_level_result_error_ = request_->Start( in ResolveHostResponseHelper()
177 return request_->GetResolveErrorInfo().error; in result_error()
296 --num_attempts_waiting_; in Resolve()
301 // Since any negative number is considered a network error, with -1 having in Resolve()
304 // resolves the host, then this method returns -4. in Resolve()
306 return -1 - resolved_attempt_number_; in Resolve()
330 // This class is necessary so unit tests run the same on dual-stack machines as
331 // well as IPv4 only machines.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/securityhub/src/main/resources/codegen-resources/
H A Dservice-2.json4 "apiVersion":"2018-10-26",
7 "protocol":"rest-json",
12 "uid":"securityhub-2018-10-26"
83 … href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html\">Secu…
100 … href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html\">Secu…
136target accounts, organizational units, or the root. Only the Security Hub delegated administrator …
184-custom-providers.html#securityhub-custom-providers-bfi-reqs\">default product ARN</a> or are a pa…
217 …azon.com/securityhub/latest/userguide/finding-update-batchupdatefindings.html#batchupdatefindings-
251 …s a custom action target in Security Hub.</p> <p>You can use custom actions on findings and insigh…
303 …r more details about cross-Region replication, see <a href=\"https://docs.aws.amazon.com/securityh…
[all …]
/aosp_15_r20/prebuilts/qemu-kernel/arm/
HDvmlinux-qemu ... ->value_sec, REC->value_usec, REC->interval_sec, REC->interval_usec "hrtimer=%
/aosp_15_r20/prebuilts/qemu-kernel/mips/3.10/
HDkernel-qemu ... 8 4-a 8 @-a 8 L-a 8 \-a 8 l-a 8 x ...
/aosp_15_r20/external/aws-sdk-java-v2/services/ecs/src/main/resources/codegen-resources/
H A Dservice-2.json4 "apiVersion":"2014-11-13",
13 "uid":"ecs-2014-11-13"
47-linked role for your account. This is so that it can manage required resources in other Amazon We…
68-day period are considered current customers and will be able to continue using the service. </p> …
91-types.html\">Amazon ECS deployment types</a> in the <i>Amazon Elastic Container Service Developer…
210 …ref=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon E…
241 …e an <code>INACTIVE</code> task definition. However, there may be up to a 10-minute window followi…
338 …ref=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html\">Amazon E…
386 …ee <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html\">Using Ama…
434target type and cluster. When you specify a target type and cluster, <code>ListAttributes</code> r…
[all …]
/aosp_15_r20/prebuilts/qemu-kernel/mips/
HDkernel-qemu ... ->value_sec, REC->value_usec, REC->interval_sec, REC->interval_usec "hrtimer=% ...
/aosp_15_r20/prebuilts/qemu-kernel/mips/ranchu/
H A Dkernel-qemu ... ->comm, REC->pid, REC->group, REC->result X ^ "work ...

1234