| /third_party/grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 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 …]
|
| D | resolver_component_tests_runner.py | 8 # 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/iptables/iptables/ |
| D | iptables.8.in | 5 .\" TODO: add a word for protocol helpers (FTP, IRC, SNMP-ALG) 26 iptables/ip6tables \(em administration tool for IPv4/IPv6 packet filtering and NAT 28 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 29 \fIchain\fP \fIrule-specification\fP 31 \fBip6tables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 32 \fIchain rule-specification\fP 34 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-I\fP \fIchain\fP [\fIrulenum\fP] \fIrule-specification\… 36 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-R\fP \fIchain rulenum rule-specification\fP 38 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-D\fP \fIchain rulenum\fP 40 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-S\fP [\fIchain\fP [\fIrulenum\fP]] [all …]
|
| D | ebtables-nft.8 | 27 ebtables \(em Ethernet bridge frame table administration (nft-based) 58 There are three ebtables tables with built-in chains in the 64 called a 'target'. However, if the frame does not match the current 66 The user can create new (user-defined) chains that can be used as the 'target' 67 of a rule. User-defined chains are very useful to get better performance 69 the filtering rules into well-organized and maintainable sets of rules. 72 processing specification called a target. When a frame matches a rule, 73 then the next action performed by the kernel is specified by the target. 74 The target can be one of these values: 79 an 'extension' (see below) or a jump to a user-defined chain. [all …]
|
| /third_party/iptables/extensions/ |
| D | libxt_REDIRECT.man | 1 This target is only valid in the 7 chains, and user-defined chains which are only called from those 10 (locally-generated packets are mapped to the localhost address, 11 127.0.0.1 for IPv4 and ::1 for IPv6, and packets arriving on 14 \fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP] 19 For a single port, a service name as listed in \fB/etc/services\fP may be used. 21 \fB\-\-random\fP
|
| /third_party/grpc/test/core/load_balancing/ |
| D | weighted_round_robin_test.cc | 8 // http://www.apache.org/licenses/LICENSE-2.0 136 EXPECT_TRUE(subchannel->ConnectionRequested()) 140 subchannel->SetConnectivityState(GRPC_CHANNEL_CONNECTING); 143 subchannel->SetConnectivityState(GRPC_CHANNEL_READY); 153 ++actual.emplace(address, 0).first->second; in MakePickMap() 158 // Returns a human-readable string representing the number of picks 199 subchannel_call_tracker->Start(); in ReportBackendMetrics() 204 backend_metric_data->qps = it->second.qps; in ReportBackendMetrics() 205 backend_metric_data->eps = it->second.eps; in ReportBackendMetrics() 206 backend_metric_data->cpu_utilization = it->second.cpu_utilization; in ReportBackendMetrics() [all …]
|
| /third_party/python/Doc/library/ |
| D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 -------------- 20 .. include:: ../includes/wasm-notavail.rst 25 call and library interface for sockets to Python's object-oriented style: the 27 the various socket system calls. Parameter types are somewhat higher-level than 43 --------------- 52 - The address of an :const:`AF_UNIX` socket bound to a file system node 55 Linux's abstract namespace is returned as a :term:`bytes-like object` with 59 bytes-like object can be used for either type of address when [all …]
|
| /third_party/grpc/doc/ |
| D | xds-test-descriptions.md | 1 # xDS (Load-Balancing) Interop Test Case Descriptions 8 [Java](https://github.com/grpc/grpc-java/blob/master/interop-testing/src/main/java/io/grpc/testing/… 12 * --port=PORT 14 * --maintenance_port=PORT 16 * --secure_mode=BOOLEAN 19 * --enable-csm-observability=BOOLEAN 24 * --address_type=IPV4|IPV6|IPV4_IPV6 26 …IPV4 and IPV6 will cause server to bind to one non-localhost and the localhost address of the appr… 28 In addition, when handling requests, if the initial request metadata contains the `rpc-behavior` ke… 30 …- If the value matches `sleep-<int>`, the server should wait the specified number of seconds befor… [all …]
|
| /third_party/toybox/generated/ |
| D | help.h | 1 …-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/libcoap/src/ |
| D | coap_address.c | 1 /* coap_address.c -- representation of network addresses 3 * Copyright (C) 2015-2016,2019-2023 Olaf Bergmann <bergmann@tzi.org> 5 * SPDX-License-Identifier: BSD-2-Clause 46 switch (addr->addr.sa.sa_family) { in coap_address_get_port() 49 return ntohs(addr->addr.sin.sin_port); in coap_address_get_port() 53 return ntohs(addr->addr.sin6.sin6_port); in coap_address_get_port() 64 switch (addr->addr.sa.sa_family) { in coap_address_set_port() 67 addr->addr.sin.sin_port = htons(port); in coap_address_set_port() 72 addr->addr.sin6.sin6_port = htons(port); in coap_address_set_port() 85 if (a->size != b->size || a->addr.sa.sa_family != b->addr.sa.sa_family) in coap_address_equals() [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | write-out.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: write-out 10 Multi: single 11 See-also: 12 - verbose 13 - head 15 - -w '%{response_code}\n' $URL 16 --- 18 # `--write-out` [all …]
|
| /third_party/grpc/src/proto/grpc/channelz/ |
| D | channelz.proto | 7 // 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/nghttp2/doc/ |
| D | nghttpx.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| D | nghttpx.1.rst | 10 -------- 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/iptables/include/linux/netfilter/ |
| D | nf_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 * enum nft_registers - nf_tables registers 18 * of size 4. For compatibility reasons, the NFT_REG_[1-4] registers still 20 * NFT_REG32_00 - NFT_REG32_15. 47 #define NFT_REG_MAX (__NFT_REG_MAX - 1) 51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) 54 * enum nft_verdicts - nf_tables internal verdicts 65 NFT_CONTINUE = -1, 66 NFT_BREAK = -2, 67 NFT_JUMP = -3, [all …]
|
| /third_party/cups/vcnet/ |
| D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright © 2020-2024 by OpenPrinting. 4 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 37 * of zero-configuration networking (ZEROCONF). 43 * all the information -- such as name, IP address, and port -- 47 * AppleTalk. Bonjour allows applications to provide user-friendly printer 62 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 63 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 64 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 70 * The version defined in this header file symbol allows for compile-time [all …]
|
| /third_party/lwip/doc/doxygen/ |
| D | main_page.h | 9 * - 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/src/apps/snmp/ |
| D | snmp_core.c | 33 * Martin Hentschel <info@cl-soft.de> 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. 59 * - Comfortable node types and helper functions for scalar arrays and tables. [all …]
|
| /third_party/cares/include/ |
| D | ares_dns_record.h | 24 * SPDX-License-Identifier: MIT 42 /*! DNS Record types handled by c-ares. Some record types may only be valid 58 ARES_REC_TYPE_OPT = 41, /*!< RFC 6891. EDNS0 option (meta-RR) */ 60 ARES_REC_TYPE_TLSA = 52, /*!< RFC 6698. DNS-Based Authentication of Named 112 * query that non-verified data is acceptable to the 147 ARES_RCODE_DSOTYPEI = 11, /*!< RFC 8409. DSO-TYPE Not implemented */ 165 ARES_DATATYPE_NAME = 6, /*!< Null-terminated string of a domain name */ 166 ARES_DATATYPE_STR = 7, /*!< Null-terminated string */ 241 /*! SRV Record. Target domain. Datatype: NAME */ 287 /*! URI Record. Target domain. Datatype: NAME */ [all …]
|
| /third_party/curl/tests/ |
| D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 10 XML. All data for a single test case resides in a single ASCII file. Labels 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 96 Accept-Encoding 103 Accept-Encoding: not-brotli [all …]
|
| /third_party/lwip/ |
| D | CHANGELOG | 7 * [Enter new changes just after this line - do not remove this line] 11 2025-06-03: Simon Goldschmidt 12 * ip4_frag/ip6_frag: fix potential NULL-pointer access on memory errors 14 (STABLE-2.2.1): 18 2023-10-11: Faidon Liambotis 21 2023-09-29: Jiri Findejs 26 2024-02-19: Simon Goldschmidt 29 2024-01-09: Simon Goldschmidt 30 * snmp v3, ppp: prevent possible timing attacks by using a constant-runtime-memcmp when 33 2023-01-04: Simon Goldschmidt [all …]
|
| /third_party/mbedtls/include/mbedtls/ |
| D | x509.h | 8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 31 * That is, maximum length of the chain, excluding the end-entity certificate 45 #define MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE -0x2080 47 #define MBEDTLS_ERR_X509_UNKNOWN_OID -0x2100 49 #define MBEDTLS_ERR_X509_INVALID_FORMAT -0x2180 51 #define MBEDTLS_ERR_X509_INVALID_VERSION -0x2200 53 #define MBEDTLS_ERR_X509_INVALID_SERIAL -0x2280 55 #define MBEDTLS_ERR_X509_INVALID_ALG -0x2300 57 #define MBEDTLS_ERR_X509_INVALID_NAME -0x2380 59 #define MBEDTLS_ERR_X509_INVALID_DATE -0x2400 [all …]
|
| /third_party/lwip/src/apps/mdns/ |
| D | mdns.c | 8 * RFC 6762 - Multicast DNS<br> 9 * RFC 6763 - DNS-Based Service Discovery 16 * ------------------------- 18 * - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off... 19 * - Sending negative responses NSEC 20 * - Fragmenting replies if required 21 * - Individual known answer detection for all local IPv6 addresses 22 * - Dynamic size of outgoing packet 54 * Author: Jasper Verschueren <jasper.verschueren@apart-audio.com> 78 #error "If you want to use MDNS with IPv4, you have to define LWIP_IGMP=1 in your lwipopts.h" [all …]
|
| /third_party/libbpf/include/uapi/linux/ |
| D | bpf.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com 21 #define BPF_DW 0x18 /* double word (64-bit) */ 23 #define BPF_ATOMIC 0xc0 /* atomic memory ops - op type in immediate */ 24 #define BPF_XADD 0xc0 /* exclusive add - legacy name */ 32 #define BPF_TO_LE 0x00 /* convert to little-endian */ 33 #define BPF_TO_BE 0x08 /* convert to big-endian */ 51 #define BPF_CMPXCHG (0xf0 | BPF_FETCH) /* atomic compare-and-write */ 69 /* BPF has 10 general purpose 64-bit registers and stack frame. */ 93 BPF_CGROUP_ITER_SELF_ONLY, /* process only a single object. */ [all …]
|
| /third_party/libbpf/src/ |
| D | bpf_helper_defs.h | 1 /* This is auto-generated file. See bpf_doc.py for details. */ 119 * This helper is a "printk()-like" facility for debugging. It 137 * telnet-470 [001] .N.. 419421.045894: 0x00000001: <formatted msg> 162 * helper will return **-EINVAL** (but print nothing) if it 182 * Get a pseudo-random number. 185 * pseudo-random internal state, and cannot be used to infer the 191 * A random 32-bit unsigned value. 215 * **BPF_F_INVALIDATE_HASH** (set *skb*\ **->hash**, *skb*\ 216 * **->swhash** and *skb*\ **->l4hash** to 0). 243 * which does not update the checksum in-place, but offers more [all …]
|