Searched +full:ipv4 +full:- +full:single +full:- +full:target +full:- +full:srv +full:- +full:disabled (Results 1 – 25 of 95) sorted by relevance
1234
1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.3 # Tests for which we enable SRV queries4 - expected_addrs:5 - {address: '5.5.5.5:443', is_balancer: false}13 record_to_resolve: no-srv-ipv4-single-target15 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 …]
8 # http://www.apache.org/licenses/LICENSE-2.016 # This file is auto-generated27 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 …]
24 - [ba](#ba)25 - [bbr](#bbr)26 - [br](README_BR.md)27 - [bufferinfo](#bufferinfo)28 - [ccathreshold](#ccathreshold)29 - [channel](#channel)30 - [child](#child-list)31 - [childip](#childip)32 - [childmax](#childmax)33 - [childsupervision](#childsupervision-interval)[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.024 runs in a single address space and memory is extremely constrained.25 All the APIs here are malloc-free, which means that the caller is33 memory requirements, with absolutely no uncertainty or run-time variation,36 For applications running on general-purpose desktop operating systems40 requests to a single "mdnsd" daemon running in the background.46 using malloc(), and then calls through to the low-level malloc-free48 you're running on a small embedded system with a single address space,[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.018 * Elimate all mDNSPlatformMemAllocate/mDNSPlatformMemFree from this code -- the core code19 * 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 Functions63 rr->LastAPTime = m->timenow; in SetRecordRetry()65 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT) in SetRecordRetry()[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2002-2006 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.018 * 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't40 #include "uDNS.h" // Defines entry points into unicast-specific routines84 #pragma mark - Program Constants98 "b._dns-sd._udp.", // Browse99 "db._dns-sd._udp.", // Default Browse[all …]
2 // Use of this source code is governed by a BSD-style33 {IP: IPv4(127, 0, 0, 1)},42 // mDNS, and may use platform-dependent DNS stub resolver if possible.44 // encodings, UTF-8 encoded net name, domain name, FQDN or absolute50 cname, target string61 // non-standard back door83 t.Skip("IPv4 is required")97 i--108 for _, srv := range srvs {109 if !hasSuffixFold(srv.Target, tt.target) {[all …]
2 // Use of this source code is governed by a BSD-style158 …{mustQuestion("1.0.168.192.in-addr.arpa.", dnsmessage.TypePTR, dnsmessage.ClassINET), dnsmessage.R…165 // answers at DNS query-response interaction level.306 dir, err := os.MkdirTemp("", "go-resolvconftest")443 a, aaaa bool // whether response contains A, AAAA-record456 // no records, non-existent domain469 "ipv4.google.com.",478 "ipv4.google.com",488 "ipv4.google.com",575 case "ipv4.google.com.":[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved.36 * of zero-configuration networking (ZEROCONF).42 * all the information -- such as name, IP address, and port --46 * AppleTalk. Bonjour allows applications to provide user-friendly printer61 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as62 * version 1080400. This allows C code to do simple greater-than and less-than comparisons:63 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca…69 * The version defined in this header file symbol allows for compile-time72 * in those earlier versions. Similar checks may also be performed at run-time:[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2003-2006 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.042 // Normally we append search domains only for queries with a single label that are not47 // Apple-specific functionality, not required for other platforms72 // User IDs 0-500 are system-wide processes, not actual users in the usual sense78 #pragma mark -79 #pragma mark - Types and Data Structures103 …AuthRecord *rr; // Pointer to variable-sized AuthRecord (Why a pointer? Why not just embed it h…106 // A single registered service: ServiceRecordSet + bookkeeping[all …]
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 over29 The following low-level functions can be used to get, set, or create58 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 function82 :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 …]
1 release 0.4 - initial public release3 release 0.5 - added caching, removed compiler warning on linux PPC5 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() - it39 (3) Time-to-live data from upstream server is read and42 the -h option is given).44 a file other than /etc/resolv.conf (-r option) this allows47 give dnsmasq the option -r /etc/resolv.dnsmasq)[all …]
82 … self._socat_proc = subprocess.Popen(['socat', '-d', '-d', 'pty,raw,echo=0', 'pty,raw,echo=0'],103 # We expect ot-rcp not to quit in 1 second.106 raise Exception(f"ot-rcp {nodeid} exited unexpectedly!")108 def _get_ot_rcp_path(self) -> str:110 path = '%s/examples/apps/ncp/ot-rcp' % srcdir111 logging.info("ot-rcp path: %s", path)116 subprocess.check_call(f"docker rm -f {self._docker_name} || true", shell=True)118 dns = ['--dns=127.0.0.1'] if INFRA_DNS64 == 1 else ['--dns=8.8.8.8']119 nat64_prefix = ['--nat64-prefix', '2001:db8:1:ffff::/96'] if INFRA_DNS64 == 1 else []123 '--rm',[all …]
4 "apiVersion":"2013-04-01",7 "protocol":"rest-xml",12 "uid":"route53-2013-04-01"19 "requestUri":"/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate"31 …"documentation":"<p>Activates a key-signing key (KSK) so that it can be used for signing by DNSSEC…37 "requestUri":"/2013-04-01/hostedzone/{Id}/associatevpc"42 "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}55 …- Amazon Web Services Regions</p> </li> <li> <p> <code>aws-cn</code> - China Regions</p> </li> <li…61 "requestUri":"/2013-04-01/cidrcollection/{CidrCollectionId}"66 "xmlNamespace":{"uri":"https://route53.amazonaws.com/doc/2013-04-01/"}[all …]
2 // Use of this source code is governed by a BSD-style license that can be151 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 as331 // well as IPv4 only machines.[all …]
4 "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…136 …target 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 …]
1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build…9 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …13 #define HELP_toybox_zhelp "Compress help with gzip -9, deflating when displayed. This makes the\nbi…15 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…23 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."27 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…33 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava…41 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n…43 …-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n\n-p Use the given priority i…47 #define HELP_getenforce "usage: getenforce\n\nShows whether SELinux is disabled, enforcing, or perm…[all …]
4 ## inet6.py --- IPv6 support for Scapy ##40 raise socket.error("can't use AF_INET6, IPv6 is disabled")167 ip_regex = re.compile(r"^([a-fA-F0-9:]+)(/[1]?[0-3]?[0-9])?$")174 tmp[0]=socket.getaddrinfo(tmp[0], None, socket.AF_INET6)[0][-1][0]187 (value | (0xff >> (8 - netmask))) + 1)192 (x - self.plen for x in range(8, 129, 8)),257 return "%s [Teredo srv: %s cli: %s:%s]" % (self.i2h(pkt, x), server, maddr,mport)304 ipv6nh = { 0:"Hop-by-Hop Option Header",367 c -= 1379 y = socket.getaddrinfo(y, None, socket.AF_INET6)[0][-1][0][all …]
4 "apiVersion":"2016-11-28",12 "uid":"lightsail-2016-11-28"50 …-east-1</code> Amazon Web Services Region can be attached to Lightsail distributions. Lightsail di…69 …-based access control via resource tags applied to the resource identified by <code>disk name</cod…88 …-based access control via resource tags applied to the resource identified by <code>load balancer …107 …-attached certificate, and it will replace the existing one and become the attached certificate.</…145 …-based access control via resource tags applied to the resource identified by <code>instanceName</…164 …target snapshot name</code> parameters.</p> <p>When copying an <i>automatic snapshot</i>, be sure …180 … href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail\">Buck…197 …-11-28/api-reference/API_GetBucketAccessKeys.html\">GetBucketAccessKeys</a> action to get a list o…[all …]
4 "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…434 …target type and cluster. When you specify a target type and cluster, <code>ListAttributes</code> r…[all …]
67 data["win_index"] = -168 data["guid"] = "{1XX00000-X000-0X0X-X00X-00XXXX000XXX}"83 = Test read_routes6() - default output92 # - one route if there is only the loopback interface93 # - three routes if there is a network interface106 # IPv6 seems disabled. Force a route to ::1110 = Test read_routes6() - check mandatory routes229 interact(argv=["-s scapy1"] + extra_args, mybanner="What a test")238 assert not interact_emulator(extra_args=["-?"]) # Failing239 assert interact_emulator(extra_args=["-d"]) # Extended[all …]
... ->value_sec, REC->value_usec, REC->interval_sec, REC->interval_usec "hrtimer=%