Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:single +full:- +full:target (Results 1 – 25 of 152) sorted by relevance

1234567

/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
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str,
67 '--server_host', '127.0.0.1',
[all …]
/third_party/python/Doc/library/
Dsocket.rst1 :mod:`socket` --- Low-level networking interface
5 :synopsis: Low-level networking interface.
9 --------------
22 call and library interface for sockets to Python's object-oriented style: the
24 the various socket system calls. Parameter types are somewhat higher-level than
40 ---------------
49 - The address of an :const:`AF_UNIX` socket bound to a file system node
52 Linux's abstract namespace is returned as a :term:`bytes-like object` with
56 bytes-like object can be used for either type of address when
60 Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8
[all …]
/third_party/node/test/common/
DREADME.md7 * [ArrayStream module](#arraystream-module)
8 * [Benchmark module](#benchmark-module)
9 * [Common module API](#common-module-api)
10 * [Countdown module](#countdown-module)
11 * [CPU Profiler module](#cpu-profiler-module)
12 * [Debugger module](#debugger-module)
13 * [DNS module](#dns-module)
14 * [Duplex pair helper](#duplex-pair-helper)
15 * [Environment variables](#environment-variables)
16 * [Fixtures module](#fixtures-module)
[all …]
/third_party/nghttp2/doc/
Dnghttpx.15 nghttpx \- HTTP/2 proxy
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
[all …]
Dnghttpx.1.rst10 --------
15 -----------
23 "no-tls" parameter is used in :option:`--frontend` option.
28 "no-tls" parameter is used in :option:`--frontend` option. To
33 -------
40 .. option:: -b, --backend=(<HOST>,<PORT>|unix:<PATH>)[;[<PATTERN>[:...]][[;<PARAM>]...]
62 listener with "sni-fwd" parameter enabled, SNI host is
96 pattern, which matches all request paths (catch-all
97 pattern). The catch-all backend must be given.
101 converted to lower case. For path part, percent-encoded
[all …]
/third_party/uboot/u-boot-2020.01/net/
Dlink_local.c2 * RFC3927 ZeroConf IPv4 Link-Local addressing
5 * Copied from BusyBox - networking/zcip.c
55 static int timeout_ms = -1;
76 } while (tmp > (IN_CLASSB_HOST - 0x0200)); in pick()
91 if (timeout_ms == -1) in configure_wait()
146 timeout_ms += random_delay_ms(PROBE_MAX - PROBE_MIN); in link_local_timeout()
185 timeout_ms = -1; in link_local_timeout()
197 timeout_ms = -1; in link_local_timeout()
224 unsigned diff = deadline_ms - MONOTONIC_MS(); in link_local_receive_arp()
253 eth_get_name(), ntohs(arp->ar_pro), in link_local_receive_arp()
[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…
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…
51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…
[all …]
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp10 //------------------------------------------------------------------------------
14 //------------------------------------------------------------------------------
55 if(iequals(ext, ".swf")) return "application/x-shockwave-flash"; in mime_type()
56 if(iequals(ext, ".flv")) return "video/x-flv"; in mime_type()
116 // The string-based response message.
119 // The string-based response serializer.
122 // The file-based response message.
125 // The file-based response serializer.
161 // forwarded to the message object. A single argument in read_request()
181 process_request(parser_->get()); in read_request()
[all …]
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md
20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto
84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
103 // The target this channel originally tried to connect to. May be absent
104 string target = 2; field
113 // The number of calls that have completed with a non-OK status
198 // Server represents a single server. There may be multiple servers in a single
220 // The number of incoming calls that have a completed with a non-OK status
227 // Information about an actual connection. Pronounced "sock-ay".
[all …]
/third_party/curl/lib/
Dcurl_setup.h10 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
38 * Define WIN32 when build target is Win32 API
70 * Include configuration script results or hand-crafted
81 # include "config-win32ce.h"
84 # include "config-win32.h"
89 # include "config-mac.h"
93 # include "config-riscos.h"
97 # include "config-amigaos.h"
101 # include "config-os400.h"
105 # include "config-tpf.h"
[all …]
/third_party/lwip/doc/doxygen/
Dmain_page.h9 * - low-level "core" / "callback" or @ref callbackstyle_api.
10 * - higher-level @ref sequential_api.
11 * - BSD-style @ref socket.
39 * in a single execution context.
43 * Non thread-safe APIs, callback style for maximum performance and minimum
57 * The raw API (sometimes called native API) is an event-driven API designed
58 * to be used without an operating system that implements zero-copy send and
63 * @defgroup sequential_api Sequential-style APIs
65 * Sequential-style APIs, blocking functions. More overhead, but can be called
69 * model of execution is based on the blocking open-read-write-close
[all …]
/third_party/lwip/
DCHANGELOG7 * [Enter new changes just after this line - do not remove this line]
9 (STABLE-2.1.2):
13 2018-11-21: Jens Nielsen
16 2018-11-19: Dirk Ziegelmeier
19 2018-11-12: Simon Goldschmidt
22 2018-11-12: Simon Goldschmidt
25 (STABLE-2.1.1):
29 2018-11-01: Joan Lledó
32 2018-11-01: Dirk Ziegelmeier
35 2018-10-23: David Girault
[all …]
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c33 * Martin Hentschel <info@cl-soft.de>
41 * (lwip-contrib/apps/LwipMibCompiler).\n
45 * Rewritten by Martin Hentschel <info@cl-soft.de> and
52 * ---------
53 * - SNMPv2c support.
54 * - SNMPv3 support (a port to ARM mbedtls is provided, LWIP_SNMP_V3_MBEDTLS option).
55 * - Low RAM usage - no memory pools, stack only.
56 * - MIB2 implementation is separated from SNMP stack.
57 * - Support for multiple MIBs (snmp_set_mibs() call) - e.g. for private MIB.
58 * - Simple and generic API for MIB implementation.
[all …]
/third_party/selinux/secilc/docs/
Dcil_reference_guide.md4 … formats. There is also an example [`policy.cil`](../test/policy.cil#example-policy) file in the t…
10 …nal **`checkpolicy`**`(8)` and **`checkmodule`**`(8)` compilers did this by default - CIL does not.
14 …attribute`](cil_type_statements.md#typeattribute)'s when defining source/target [`allow`](cil_acce…
19 ------------
23 1. Named declarations - These create new objects that introduce a name or identifier, for example:
25 …`(type process)` - creates a [`type`](cil_type_statements.md#type) with an identifier of `process`.
27 …`(typeattribute domain)` - creates a [`typeattribute`](cil_type_statements.md#typeattribute) with …
29 …`(class file (read write))` - creates a [`class`](cil_class_and_permission_statements.md#class) wi…
61 2. Explicit anonymous declarations - These are currently restricted to IP addresses where they can…
63 3. Anonymous declarations - These have been previously declared and the object already exists, the…
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/
Dflutter_command.dart2 // Use of this source code is governed by a BSD-style license that can be
55 …/// https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#timin…
59 /// Optional epoch time when the command's non-interactive wait time is
85 static const String kExtraFrontEndOptions = 'extra-front-end-options';
86 static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
87 static const String kEnableExperiment = 'enable-experiment';
88 static const String kFileSystemRoot = 'filesystem-root';
89 static const String kFileSystemScheme = 'filesystem-scheme';
93 /// The currently executing command (or sub-command).
95 /// Will be `null` until the top-most command has begun execution.
[all …]
/third_party/node/src/
Dnode_url.cc2 #include "base_object-inl.h"
5 #include "util-inl.h"
51 // https://url.spec.whatwg.org/#eof-code-point
52 constexpr char kEOL = -1;
57 // https://url.spec.whatwg.org/#concept-host
86 uint32_t ipv4; member
90 Value() : ipv4(0) {} in Value()
113 // to zero-fill `value_`, but that really is relying on standard library
184 // https://infra.spec.whatwg.org/#ascii-tab-or-newline
187 // https://infra.spec.whatwg.org/#c0-control-or-space
[all …]
Dcares_wrap.cc22 #include "async_wrap-inl.h"
23 #include "base_object-inl.h"
24 #include "base64-inl.h"
26 #include "env-inl.h"
27 #include "memory_tracker-inl.h"
30 #include "req_wrap-inl.h"
31 #include "util-inl.h"
85 ChannelWrap* channel = task->channel; in ares_poll_cb()
88 uv_timer_again(channel->timer_handle()); in ares_poll_cb()
93 ares_process_fd(channel->cares_channel(), task->sock, task->sock); in ares_poll_cb()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.conf6 # Note: This attribute can be overridden by the values supplied with the '-i'
37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all
54 logger_syslog=-1
56 logger_stdout=-1
73 # run as non-root users. However, since the control interface can be used to
76 # want to allow non-root users to use the contron interface, add a new group
90 # (double quoted string, hexdump, printf-escaped string)
95 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding
98 # Country code (ISO/IEC 3166-1). Used to set regulatory domain.
117 # Annex E, Table E-4 (Global operating classes)
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.conf6 # Note: This attribute can be overridden by the values supplied with the '-i'
37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all
54 logger_syslog=-1
56 logger_stdout=-1
73 # run as non-root users. However, since the control interface can be used to
76 # want to allow non-root users to use the contron interface, add a new group
90 # (double quoted string, hexdump, printf-escaped string)
95 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding
98 # Country code (ISO/IEC 3166-1). Used to set regulatory domain.
117 # Annex E, Table E-4 (Global operating classes)
[all …]
/third_party/curl/docs/
DKNOWN_BUGS15 1.2 Multiple methods in a single WWW-Authenticate: header
18 1.5 Expect-100 meets 417
42 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
46 4.1 -J and -O with %-encoded file names
47 4.2 -J with -C - fails
48 4.3 --retry and transfer timeouts
52 5.2 curl-config --libs contains private details
55 5.5 can't handle Unicode arguments in non-Unicode builds on Windows
60 5.11 configure --with-gssapi with Heimdal is ignored on macOS
69 6.6 libcurl can fail to try alternatives with --proxy-any
[all …]
/third_party/nghttp2/src/
Dshrpx.cc2 * nghttp2 - HTTP/2 C Library
60 # include <systemd/sd-daemon.h>
104 // socket's file descriptors. They are not close-on-exec.
120 // socket's file descriptor. They are not close-on-exec. For TCP
149 // This contains all options given in command-line.
214 if (ipc_fd != -1) { in ~WorkerProcess()
278 if (s->worker_pid == -1) { in worker_process_kill()
281 kill(s->worker_pid, signum); in worker_process_kill()
288 // Returns the last PID of worker process. Returns -1 if there is no
292 return -1; in worker_process_last_pid()
[all …]
/third_party/node/deps/cares/src/lib/
Dares_init.c3 * Copyright (C) 2007-2013 by Daniel Stenberg
92 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
93 x->nservers > -1 && \
94 x->ndomains > -1 && \
95 x->ndots > -1 && x->timeout > -1 && \
96 x->tries > -1)
112 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options()
125 channel->flags = -1; in ares_init_options()
126 channel->timeout = -1; in ares_init_options()
127 channel->tries = -1; in ares_init_options()
[all …]
/third_party/cares/
Dares_init.c3 * Copyright (C) 2007-2013 by Daniel Stenberg
99 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
100 x->nservers > -1 && \
101 x->ndomains > -1 && \
102 x->ndots > -1 && x->timeout > -1 && \
103 x->tries > -1)
133 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options()
146 channel->flags = -1; in ares_init_options()
147 channel->timeout = -1; in ares_init_options()
148 channel->tries = -1; in ares_init_options()
[all …]
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - c-ares 1.16.1 release prep
8 - update travis to use xcode11.4
10 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
13 it would result in an invalid read and double-free due to calling end_hquery() twice.
18 - [shelley vohr brought this change]
32 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable.
34 - travis: bump macos image to the latest
36 - cast-align warnings are false for struct sockaddr, silence
38 Create a macro to silence false cast-align warnings when casting
[all …]

1234567