Home
last modified time | relevance | path

Searched +full:srv +full:- +full:ipv6 +full:- +full:multi +full:- +full:target +full:- +full:srv +full:- +full:disabled (Results 1 – 25 of 89) 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/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 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/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/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/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()
328 // TestHostResolverManager's sole purpose is to mock the IPv6 reachability test.
329 // By default, this pretends that IPv6 is globally reachable.
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go4 // $ bundle -o=h2_bundle.go -prefix=http2 -tags=!nethttpomithttp2 golang.org/x/net/http2
8 // This package is low-level and intended to be used directly by very
19 // Use of this source code is governed by a BSD-style
61 // contains helper functions which may use Unicode-aware functions which would
65 // are equal, ASCII-case-insensitively.
81 return b + ('a' - 'A')
87 // https://tools.ietf.org/html/rfc20#section-4.2.
107 // https://www.iana.org/assignments/tls-parameters/tls-parameters.txt
138 // Reserved uint16 = 0x001C-1D
180 // Reserved uint16 = 0x0047-4F
[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 …
168 … and standards, identifies whether each control is currently enabled or disabled in a standard. </…
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…
[all …]
/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/3.10/
HDkernel-qemu ... 8 4-a 8 @-a 8 L-a 8 \-a 8 l-a 8 x ...
/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/
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 ...
/aosp_15_r20/prebuilts/qemu-kernel/mips/3.18/
HDkernel-qemu2 ... ->comm, REC->pid, REC->group, REC->result X ^ "work ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/runtimes_ndk_cxx/i386/
Dlldb-server ... msan-check-constant-shadow pgo-trace-func-hash Instrument atomics hwasan-memory-access ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/runtimes_ndk_cxx/i386/
Dlldb-server ... msan-check-constant-shadow pgo-trace-func-hash Instrument atomics hwasan-memory-access ...
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs3 {"Pattern":"art/artd/binder/aidl_api/artd-aidl/**/*.aidl","Excludes":null,"Matches":null,"Deps":["a…
15 …build/boot/boot-image-profile.txt","Excludes":null,"Matches":["art/build/boot/boot-image-profile.t…
16 …rt/build/boot/preloaded-classes","Excludes":null,"Matches":["art/build/boot/preloaded-classes"],"D…
25 {"Pattern":"art/dexopt_chroot_setup/binder/aidl_api/dexopt_chroot_setup-aidl/**/*.aidl","Excludes":…
32-inl.h","art/libartbase/base/arena_allocator.h","art/libartbase/base/arena_bit_vector.h","art/liba…
37 …rena_allocator-inl.h","Excludes":null,"Matches":["art/libartbase/base/arena_allocator-inl.h"],"Dep…
53 …ase/base/bit_vector-inl.h","Excludes":null,"Matches":["art/libartbase/base/bit_vector-inl.h"],"Dep…
76 …tbase/base/histogram-inl.h","Excludes":null,"Matches":["art/libartbase/base/histogram-inl.h"],"Dep…
105 …rt/libartbase/base/stats-inl.h","Excludes":null,"Matches":["art/libartbase/base/stats-inl.h"],"Dep…
133 {"Pattern":"art/libartservice/service/api/lint-baseline.txt","Excludes":null,"Matches":null,"Deps":…
[all …]
Dbuild.aosp_shiba.9.ninja2 # Module: protobuf-json-mapping_test_src_lib
3 # Variant: android_arm64_armv8-2a_cortex-a55
7 # external/rust/android-crates-io/crates/protobuf-json-mapping/Android.bp:37:1
9 …f-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDesc = //external/rust/android
10 m.protobuf-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDescSuffix =
13 …al/rust/android-crates-io/crates/protobuf-json-mapping/protobuf-json-mapping_test_src_lib/android_…
15 …t/android-crates-io/crates/protobuf-json-mapping/protobuf-json-mapping_test_src_lib/android_arm64_…
17-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDesc}strip protobuf-json-mappin…
18 tags = module_name=protobuf-json-mapping_test_src_lib;module_type=rust_test;rule_name=strip
19 args = $ --keep-mini-debug-info
[all …]
/aosp_15_r20/external/cpuinfo/test/dmesg/
H A Dhuawei-p9-lite.log4 … 0.000000s][pid:0,cpu0,swapper]Linux version 3.10.90-ge124f87 (android@localhost) (gcc version 4.9…
44 [ 0.000000s][pid:0,cpu0,swapper] id - start address - end address
45 [ 0.000000s][pid:0,cpu0,swapper] - 0 : 0x000000 - 0x3fffffff
46 [ 0.000000s][pid:0,cpu0,swapper] - 1 : 0x40000000 - 0x7fffffff
69 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: s19200 r8192 d21760 u49152 alloc=12*4096
70 [ 0.000000s][pid:0,cpu0,swapper]pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
72 …roidboot.selinux=enforcing androidboot.swtype=normal fastboot_version=Dallas-Trunk_FASTBOOT setup_…
74 [ 0.000000s][pid:0,cpu0,swapper]Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
75 …s][pid:0,cpu0,swapper]software IO TLB [mem 0x7bec6000-0x7bf06000] (0MB) mapped at [ffffffc07bac600…
99 [ 0.000000s] vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/runtimes_ndk_cxx/i386/
Dlldb-server ... pass-numbers attributor-manifest-internal sub extract-blocks-erase-funcs ir-outlining-no ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/runtimes_ndk_cxx/i386/
Dlldb-server ... pass-numbers attributor-manifest-internal sub extract-blocks-erase-funcs ir-outlining-no ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/runtimes_ndk_cxx/arm/
Dlldb-server ... msan-check-constant-shadow pgo-trace-func-hash Instrument atomics hwasan-memory-access
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/runtimes_ndk_cxx/arm/
Dlldb-server ... msan-check-constant-shadow pgo-trace-func-hash Instrument atomics hwasan-memory-access

1234