Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config (Results 1 – 25 of 31) sorted by relevance

12

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
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
28 _grpclb._tcp.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/grpc/test/core/event_engine/test_suite/tests/
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 …]
Ddns_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
37 #include "src/core/config/config_vars.h"
132 "need to invoke Bazel with --enable_runfiles=yes."; in SetUpTestSuite()
159 // <path to dns_server.py> -p <port> -r <path to records config> in SetUpTestSuite()
161 {dns_server_path, "-p", std::to_string(port), "-r", test_records_path}); in SetUpTestSuite()
167 "-p", in SetUpTestSuite()
169 "--dns_resolver_bin_path", in SetUpTestSuite()
171 "--tcp_connect_bin_path", in SetUpTestSuite()
185 dns_server_.server_process->Interrupt(); in TearDownTestSuite()
186 dns_server_.server_process->Join(); in TearDownTestSuite()
[all …]
/third_party/libwebsockets/READMEs/
DREADME.lwsws.md6 lwsws is an implementation of a very lightweight, ws-capable generic web
15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time.
19 NOTICE on Ubuntu, the default libuv package is called "libuv-0.10". This is ancient.
21 You should replace this with libuv1 and libuv1-dev before proceeding.
25 lwsws uses JSON config files, they're pure JSON except:
27 - '#' may be used to turn the rest of the line into a comment.
29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is
32 having to change the config if your install path was different.
46 "count-threads": "1",
47 "server-string": "myserver v1", # returned in http headers
[all …]
/third_party/backends/frontend/
Dsaned.c1 /* sane - Scanner Access Now Easy.
3 Copyright (C) 2001 - 2004 Henning Meier-Geinitz
5 AF-independent + IPv6 code, standalone mode
31 #include "../include/sane/config.h"
41 # else /* fallback to the old, IPv4-only code */
121 tv.tv_usec = (timeout - tv.tv_sec * 1000) * 1000; in poll()
128 fdp->revents = 0; in poll()
130 if (fdp->events & POLLIN) in poll()
131 FD_SET (fdp->fd, &rfds); in poll()
133 FD_SET (fdp->fd, &efds); in poll()
[all …]
/third_party/elfutils/doc/
Ddebuginfod.81 '\"! tbl | nroff \-man
17 debuginfod \- debuginfo-related http file-server daemon
24 \fBdebuginfod\fP serves debuginfo-related artifacts over HTTP. It
30 If a debuginfod cannot service a given buildid artifact request
33 \fBdebuginfod-find\fP would. If successful, it locally caches then
38 (see the \fB\-L\fP option). Duplicate PATHs are ignored. You may use
41 thread enumerates all matching files (see the \fB\-I\fP and \fB\-X\fP
43 \fB\-c\fP option) wait at the work queue to analyze files in parallel.
45 If the \fB\-F\fP option is given, each file is scanned as an ELF/DWARF
55 % eu-readelf -wline BINARY | sed -n '/^Directory.table/,/^File.name.table/p'
[all …]
/third_party/curl/tests/
Dsmbserver.py2 # -*- coding: utf-8 -*-
22 # SPDX-License-Identifier: curl
119 # Here we write a mini config for the server
122 smb_config.set("global", "server_name", "SERVICE")
144 raise ScriptException("--srcdir is mandatory")
241 # Simple way to generate a fid
245 fakefid = conn_data["OpenedFiles"].keys()[-1] + 1
335 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
356 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
385 parser.add_argument("--port", action="store", default=9017,
[all …]
Dservers.pm21 # SPDX-License-Identifier: curl
122 my %PORT = (nolisten => 47); # port we use for a local non-listening service
145 our $SOCKSIN="socksd-request.log"; # what curl sent to the SOCKS proxy
164 if( -x "$_/$cmd" . exe_ext('SYS') && ! -d "$_/$cmd" . exe_ext('SYS')) {
178 my $server = IO::Socket->new(LocalPort => 0,
185 return $server->sockport();
193 my ($fh, $socks) = tempfile("curl-socksd-XXXXXXXX", TMPDIR => 1);
196 my ($f2, $http) = tempfile("curl-http-XXXXXXXX", TMPDIR => 1);
277 my @handles = `$handle $dir -accepteula -nobanner`;
280 … if($tryhandle =~ /^(\S+)\s+pid:\s+(\d+)\s+type:\s+(\w+)\s+([0-9A-F]+):\s+(.+)\r\r/) {
[all …]
/third_party/grpc/doc/
Dinterop-test-descriptions.md6 and the [gRPC over HTTP/2 v2 protocol](./PROTOCOL-HTTP2.md).
9 ------
12 provided the test case it is expected to run as a command-line parameter. Names
16 * --server_host=HOSTNAME
18 * --server_host_override=HOSTNAME
20 :authority header. If unspecified, the value of --server_host will be
22 * --server_port=PORT
24 * --test_case=TESTCASE
26 * --use_tls=BOOLEAN
28 * --use_test_ca=BOOLEAN
[all …]
/third_party/curl/src/
Dtool_getparam.c21 * SPDX-License-Identifier: curl
349 ARG_NONE, /* stand-alone but not a boolean */
350 ARG_BOOL, /* accepts a --no-[name] prefix */
360 {"abstract-unix-socket", ARG_FILE, ' ', C_ABSTRACT_UNIX_SOCKET},
362 {"alt-svc", ARG_STRG, ' ', C_ALT_SVC},
365 {"aws-sigv4", ARG_STRG, ' ', C_AWS_SIGV4},
368 {"ca-native", ARG_BOOL, ' ', C_CA_NATIVE},
372 {"cert-status", ARG_BOOL, ' ', C_CERT_STATUS},
373 {"cert-type", ARG_STRG, ' ', C_CERT_TYPE},
377 {"compressed-ssh", ARG_BOOL, ' ', C_COMPRESSED_SSH},
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2021 Andy Green <andy@warmcat.com>
25 /*! \defgroup context-and-vhost context and vhost related functions
55 /**< (VH) Allow non-SSL (plaintext) connections on the same
71 /**< (VH) Check UT-8 correctness */
85 * http://x.com:443 -> https://x.com
109 /**< For backwards-compatibility reasons, by default
120 * the connection. If they are NULL, for backwards-compatibility the
121 * connection is bound to "raw-skt" role, and in order of priority:
138 * If those explicit user-controlled names are NULL, for backwards-
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
/third_party/toybox/generated/
Dhelp.h1-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support…
11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …
15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support."
17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…
25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."
29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…
31 …ad use conventional unix security (and possibly\nLinux Containers) for a simple straightforward sy…
35--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm…
43-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n
45-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF…
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.0.201 2009-05-03 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
4 * backend/Makefile.am, tools/sane-config.in: Add missing
6 * tools/Makefile.am: Add missing $SCSI_LIBS to sane-find-scanner.
8 ****** Release of sane-backends 1.0.20. End of code freeze ******
10 2009-05-03 m. allan noah <kitno455 a t gmail d o t com>
11 * config.guess, config.sub: updated to latest versions
13 * sane-backends.lsm, doc/releases.txt: minor tweaks
17 2009-05-01 m. allan noah <kitno455 a t gmail d o t com>
21 2009-04-30 m. allan noah <kitno455 a t gmail d o t com>
25 2009-04-30 m. allan noah <kitno455 a t gmail d o t com>
[all …]
/third_party/FreeBSD/
DUPDATING9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
16 14.2-RELEASE.
19 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
20 been upgraded to 18.1.6. It is important that you run `make delete-old`
42 non-compliant MTAs; please see the first 8.18.1 release note in
96 Move standard include files to the clibs-dev package and move clang
97 internal libraries and headers to clang and clang-dev. Upgrading systems
101 pkg upgrade -y FreeBSD-utilities
102 pkg upgrade -y FreeBSD-utilities-dev
103 pkg upgrade -y
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]
/third_party/mbedtls/
DChangeLog3 = Mbed TLS 3.6.0 branch released 2024-03-28
21 * Rename the MBEDTLS_SHA256_USE_A64_CRYPTO_xxx config options to
42 * Support Armv8-A Crypto Extension acceleration for SHA-256
43 when compiling for Thumb (T32) or 32-bit Arm (A32).
44 * AES-NI is now supported in Windows builds with clang and clang-cl.
50 This affects both the low-level modules and the high-level APIs
53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated
54 AES when compiling for Thumb (T32) or 32-bit Arm (A32).
56 library without the corresponding built-in implementation. Generally
58 or they'll both be built in. However, for CCM and GCM the built-in
[all …]
/third_party/curl/docs/
DFAQ20 1.11 Why do you not update ca-bundle.crt
35 3.3 Why does my posting using -F not work?
42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
43 3.11 How do I POST with a different Content-Type?
44 3.12 Why do FTP-specific features over HTTP proxy fail?
46 3.14 Does curl support JavaScript or PAC (automated proxy config)?
54 3.22 curl -X gives me HTTP problems
74 4.13 Why is curl -R on Windows one hour off?
78 4.17 Non-functional connect timeouts on Windows
81 4.20 curl does not return error for HTTP non-200 responses
[all …]
/third_party/musl/
DWHATSNEW1 0.5.0 - initial release
5 0.5.9 - signal ABI bugfix, various cleanup and fixes:
25 many internal improvements have been made to the syscall-related code
30 0.6.0 - x86_64 port, various important bugs fixed
48 0.7.0 - major improvements to posix conformance and completeness
57 denial of service due to intentional name collisions.
61 malloc(0) now returns a non-null pointer.
64 hanging), and non-default-type mutex behavior.
67 libgcc with dwarf2 unwind support, and possibly other low-level tools.
69 improved musl-gcc compiler wrapper.
[all …]
/third_party/curl/include/curl/
Dcurl.h23 * SPDX-License-Identifier: curl
36 /* Compile-time deprecation macros. */
45 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
54 #include "system.h" /* determine things run-time */
72 included, since they can't co-exist without problems */
78 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
79 libc5-based Linux systems. Only include it on systems that are known to
99 /* Compatibility for non-Clang compilers */
143 #define CURL_SOCKET_BAD -1
185 char *contenttype; /* Content-Type */
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.info7 Copyright (C) 2007-2013 Christian Grothoff
12 Foundation; with no Invariant Sections, no Front-Cover Texts, and
13 no Back-Cover Texts. A copy of the license is included in the
15 INFO-DIR-SECTION Software libraries
16 START-INFO-DIR-ENTRY
18 END-INFO-DIR-ENTRY
21 File: libmicrohttpd.info, Node: Top, Next: microhttpd-intro, Up: (dir)
29 Copyright (C) 2007-2013 Christian Grothoff
34 Foundation; with no Invariant Sections, no Front-Cover Texts, and
35 no Back-Cover Texts. A copy of the license is included in the
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt1 -----------------------------------------------------------------------------
8 -----------------------------------------------------------------------------
16 PCRE2 - Perl-compatible regular expressions (revised API)
26 API is more extensible, and it was simplified by abolishing the sepa-
32 As well as Perl-style regular expression patterns, some features that
39 The source code for PCRE2 can be compiled to support strings of 8-bit,
40 16-bit, or 32-bit code units, which means that up to three separate li-
43 64-bit environment that also supports 32-bit applications, versions of
44 PCRE2 that are compiled in both 64-bit and 32-bit modes may be needed.
46 The original work to extend PCRE to 16-bit and 32-bit code units was
[all …]
/third_party/iptables/utils/
Dpf.os1 # $FreeBSD: head/etc/pf.os 258865 2013-12-03 04:32:02Z eadler $
4 # -------------------------
8 # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
35 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP
45 # literally. If you know this device has a simple stack and a fixed
54 # - Overall packet size - a function of all IP and TCP options and bugs.
58 # - Initial TTL - We check the actual TTL of a received packet. It can't
62 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
71 # - Don't fragment flag (DF) - some modern OSes set this to implement PMTU
76 # - Maximum segment size (MSS) - this setting is usually link-dependent. P0f
[all …]

12