| /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/grpc/test/core/event_engine/test_suite/tests/ |
| D | dns_test_record_groups.yaml | 1 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 …]
|
| D | dns_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 103 << "This test specifies a target DNS server which the native " \ 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/backends/doc/ |
| D | sane-pixma.man | 1 .TH "sane\-pixma" "5" "15 Aug 2020" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" 2 .IX sane\-pixma 4 sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners 7 .B sane\-pixma 9 access to Canon PIXMA / i-SENSYS / imageCLASS / imageRUNNER multi-function 10 devices (All-in-one printers) and the Canon CanoScan Flatbed/TPU scanners. 13 over IPv4 as well as IPv6 (MFNP over IPv6 is untested). 58 PIXMA TC-20M, TC-5200M 84 i-SENSYS MF210, MF230, MF240, MF440, MF620, MF630, MF640 86 i-SENSYS MF645C, MF730, MF731/733, MF741/743 [all …]
|
| /third_party/iptables/iptables/tests/shell/testcases/ebtables/ |
| D | 0002-ebtables-save-restore_0 | 3 set -e 4 #set -x 7 [[ $XT_MULTI == *xtables-nft-multi ]] || { echo "skip $XT_MULTI"; exit 0; } 11 $XT_MULTI ebtables --init-table 12 $XT_MULTI ebtables -A INPUT -p IPv4 -i lo -j ACCEPT 13 $XT_MULTI ebtables -P FORWARD DROP 14 $XT_MULTI ebtables -A OUTPUT -s ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff -j DROP 15 $XT_MULTI ebtables -N foo 16 $XT_MULTI ebtables -A foo -p length --802_3-sap 0x23 -j ACCEPT 17 $XT_MULTI ebtables -A foo -p length --802_3-sap 0xaa --802_3-type 0x1337 -j ACCEPT [all …]
|
| /third_party/iptables/iptables/ |
| D | Makefile.am | 1 # -*- Makefile -*- 5 -I${top_builddir}/include \ 6 -I${top_srcdir}/include \ 7 -I${top_srcdir} \ 16 common_sources = iptables-xml.c xtables-multi.h xshared.c xshared.h 17 common_ldadd = ../extensions/libext.a ../libxtables/libxtables.la -lm 20 common_cflags += -DALL_INCLUSIVE 23 xtables_legacy_multi_SOURCES = ${common_sources} xtables-legacy-multi.c \ 24 iptables-restore.c iptables-save.c 28 xtables_legacy_multi_SOURCES += iptables-standalone.c iptables.c iptables-multi.h [all …]
|
| D | ip6tables.c | 1 /* Code to take an ip6tables-style command line and do it. */ 6 * (C) 2000-2002 by the netfilter coreteam <coreteam@netfilter.org>: 45 #include "ip6tables-multi.h" 57 {.name = "list-rules", .has_arg = 2, .val = 'S'}, 60 {.name = "new-chain", .has_arg = 1, .val = 'N'}, 61 {.name = "delete-chain", .has_arg = 2, .val = 'X'}, 62 {.name = "rename-chain", .has_arg = 1, .val = 'E'}, 69 {.name = "in-interface", .has_arg = 1, .val = 'i'}, 74 {.name = "out-interface", .has_arg = 1, .val = 'o'}, 77 {.name = "wait-interval", .has_arg = 2, .val = 'W'}, [all …]
|
| D | xtables-translate.c | 11 #include "xtables-multi.h" 30 #include "nft-shared.h" 44 /* asterisk is non-special mid-string */ in xlate_ifname() 45 if (i == ifaclen - 1) in xlate_ifname() 67 if (iface[j - 2] == '+') in xlate_ifname() 68 iface[j - 2] = '*'; in xlate_ifname() 76 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action() 78 /* If no target at all, add nothing (default to continue) */ in xlate_action() 79 if (cs->target != NULL) { in xlate_action() 80 /* Standard target? */ in xlate_action() [all …]
|
| /third_party/ltp/testcases/network/stress/udp/multi-diffport/ |
| D | udp4-multi-diffport01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # udp4-multi-diffport01 30 # - The version of IP is IPv4 31 # - IPsec is not used 42 # Oct 19 2005 - Created (Mitsuru Chinen) 44 #----------------------------------------------------------------------- 46 #trace_logic=${trace_logic:-"set -x"} 50 TCID=${TCID:-udp4-multi-diffport01} 61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} 68 NS_DURATION=${NS_DURATION:-3600} # 1 hour [all …]
|
| /third_party/ltp/testcases/network/stress/tcp/multi-sameport/ |
| D | tcp4-multi-sameport01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # tcp4-multi-sameport01 30 # - The version of IP is IPv4 31 # - Network is not delayed 32 # - IPsec is not used 43 # Oct 19 2005 - Created (Mitsuru Chinen) 45 #----------------------------------------------------------------------- 47 #trace_logic=${trace_logic:-"set -x"} 51 TCID=${TCID:-tcp4-multi-sameport01} 62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} [all …]
|
| /third_party/ltp/testcases/network/stress/tcp/multi-diffport/ |
| D | tcp4-multi-diffport01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # tcp4-multi-diffport01 30 # - The version of IP is IPv4 31 # - Network is not delayed 32 # - IPsec is not used 43 # Oct 19 2005 - Created (Mitsuru Chinen) 45 #----------------------------------------------------------------------- 47 #trace_logic=${trace_logic:-"set -x"} 51 TCID=${TCID:-tcp4-multi-diffport01} 62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | layout_eth_conf.h | 1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"… 50 /** The multi-queue packet distribution mode to be used, e.g. RSS. */ 68 * packets using multi-TCs. 81 enum rte_eth_tx_mq_mode mq_mode; /**< TX multi-queues mode. */ 108 * types of IPv4/IPv6 packets to which the RSS hashing must be applied. 112 uint8_t *rss_key; /**< If not NULL, 40-byte hash key. */ 114 uint64_t rss_hf; /**< Hash functions to apply - see below. */ 150 uint8_t enable_default_pool; /**< If non-zero, use a default pool */ 186 uint8_t enable_default_pool; /**< If non-zero, use a default pool */ 204 RTE_FDIR_MODE_PERFECT_MAC_VLAN, /**< Enable FDIR filter mode - MAC VLAN. */ [all …]
|
| D | layout_eth_conf_1_0.h | 1 // bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq --with-derive-eq --r… 51 /** The multi-queue packet distribution mode to be used, e.g. RSS. */ 69 * packets using multi-TCs. 82 enum rte_eth_tx_mq_mode mq_mode; /**< TX multi-queues mode. */ 109 * types of IPv4/IPv6 packets to which the RSS hashing must be applied. 113 uint8_t *rss_key; /**< If not NULL, 40-byte hash key. */ 115 uint64_t rss_hf; /**< Hash functions to apply - see below. */ 151 uint8_t enable_default_pool; /**< If non-zero, use a default pool */ 187 uint8_t enable_default_pool; /**< If non-zero, use a default pool */ 205 RTE_FDIR_MODE_PERFECT_MAC_VLAN, /**< Enable FDIR filter mode - MAC VLAN. */ [all …]
|
| /third_party/ltp/testcases/network/stress/icmp/multi-diffnic/ |
| D | icmp4-multi-diffnic01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # icmp4-multi-diffnic01 30 # - The version of IP is IPv4 31 # - IPsec is not used 42 # Oct 19 2005 - Created (Mitsuru Chinen) 44 #----------------------------------------------------------------------- 46 #trace_logic=${trace_logic:-"set -x"} 50 TCID=${TCID:-icmp4-multi-diffnic01} 61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} 68 NS_DURATION=${NS_DURATION:-3600} # 1 hour [all …]
|
| /third_party/curl/lib/ |
| D | hostip.c | 21 * SPDX-License-Identifier: curl 71 /* alarm-based timeouts can only be used with all the dependencies satisfied */ 83 * The main COMPILE-TIME DEFINES to keep in mind when reading the host*.c 86 * CURLRES_IPV6 - this host has getaddrinfo() and family, and thus we use 87 * that. The host may not be able to resolve IPv6, but we don't really have to 88 * take that into account. Hosts that aren't IPv6-enabled have CURLRES_IPV4 91 * CURLRES_ARES - is defined if libcurl is built to use c-ares for 94 * CURLRES_THREADED - is defined if libcurl is built to run under (native) 96 * supported API will be the same as for ares-builds. 104 * hostip.c - method-independent resolver functions and utility functions [all …]
|
| D | doh.c | 21 * SPDX-License-Identifier: curl 96 * the QNAME-encoding of the host name. in doh_encode() 98 * A valid DNS name may not contain a zero-length label, except at in doh_encode() 104 * QNAME-encoding is one byte longer than the host name. If (as is in doh_encode() 106 * trailing dot, then its QNAME-encoding will be two bytes longer in doh_encode() 113 * representing the zero-length root label, again increasing in doh_encode() 120 if(host[hostlen-1]!='.') in doh_encode() 147 labellen = dot - hostp; in doh_encode() 155 /* label is non-empty, process it */ in doh_encode() 165 *dnsp++ = 0; /* append zero-length label for root */ in doh_encode() [all …]
|
| /third_party/ltp/testcases/network/stress/udp/multi-diffnic/ |
| D | udp4-multi-diffnic01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # udp4-multi-diffnic01 30 # - The version of IP is IPv4 31 # - IPsec is not used 42 # Oct 19 2005 - Created (Mitsuru Chinen) 44 #----------------------------------------------------------------------- 46 #trace_logic=${trace_logic:-"set -x"} 50 TCID=${TCID:-udp4-multi-diffnic01} 61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} 68 NS_DURATION=${NS_DURATION:-3600} # 1 hour [all …]
|
| /third_party/ltp/testcases/network/stress/tcp/multi-diffnic/ |
| D | tcp4-multi-diffnic01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # tcp4-multi-diffnic01 30 # - The version of IP is IPv4 31 # - Network is not delayed 32 # - IPsec is not used 43 # Oct 19 2005 - Created (Mitsuru Chinen) 45 #----------------------------------------------------------------------- 47 #trace_logic=${trace_logic:-"set -x"} 51 TCID=${TCID:-tcp4-multi-diffnic01} 62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} [all …]
|
| /third_party/libcoap/man/ |
| D | coap_address.txt.in | 1 // -*- mode:doc; -*- 12 ---- 29 - Work with CoAP Socket Address Types 32 -------- 71 *-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*, 72 *-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls* 73 or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with 74 *-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support. 77 ----------- 85 ---- [all …]
|
| /third_party/ltp/testcases/network/stress/icmp/multi-diffip/ |
| D | icmp4-multi-diffip01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # icmp4-multi-diffip01 30 # - The version of IP is IPv4 31 # - IPsec is not used 42 # Oct 19 2005 - Created (Mitsuru Chinen) 44 #----------------------------------------------------------------------- 46 #trace_logic=${trace_logic:-"set -x"} 50 TCID=${TCID:-icmp4-multi-diffip01} 61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} 68 NS_DURATION=${NS_DURATION:-3600} # 1 hour [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 63 ./configure --prefix=$HOME 72 ./configure --with-openssl [all …]
|
| /third_party/curl/docs/examples/ |
| D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 37 # SPDX-License-Identifier: curl 61 # SPDX-License-Identifier: curl 66 if test -z '$(MAKELEVEL)'; then \ 68 elif test -n '$(MAKE_HOST)'; then \ 70 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 77 case $${target_option-} in \ 80 "target option '$${target_option-}' specified" >&2; \ 103 *=*|--*) continue;; \ 104 -*I) strip_trailopt 'I'; skip_next=yes;; \ [all …]
|
| /third_party/ltp/testcases/network/stress/tcp/multi-diffip/ |
| D | tcp4-multi-diffip01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # tcp4-multi-diffip01 30 # - The version of IP is IPv4 31 # - Network is not delayed 32 # - IPsec is not used 43 # Oct 19 2005 - Created (Mitsuru Chinen) 45 #----------------------------------------------------------------------- 47 #trace_logic=${trace_logic:-"set -x"} 51 TCID=${TCID:-tcp4-multi-diffip01} 62 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} [all …]
|
| /third_party/ltp/testcases/network/stress/udp/multi-diffip/ |
| D | udp4-multi-diffip01 | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 25 # udp4-multi-diffip01 30 # - The version of IP is IPv4 31 # - IPsec is not used 42 # Oct 19 2005 - Created (Mitsuru Chinen) 44 #----------------------------------------------------------------------- 46 #trace_logic=${trace_logic:-"set -x"} 50 TCID=${TCID:-udp4-multi-diffip01} 61 LTPROOT=${LTPROOT:-`(cd ../../../../.. ; pwd)`} 68 NS_DURATION=${NS_DURATION:-3600} # 1 hour [all …]
|