Searched +full:ipv4 +full:- +full:multi +full:- +full:target (Results 1 – 25 of 79) sorted by relevance
1234
/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 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/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 --802_3-sap 0x23 -j ACCEPT 17 $XT_MULTI ebtables -A foo --802_3-sap 0xaa --802_3-type 0x1337 -j ACCEPT [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/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/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/iptables/iptables/ |
D | Makefile.am | 1 # -*- Makefile -*- 4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr… 8 xtables_legacy_multi_SOURCES = xtables-legacy-multi.c iptables-xml.c 12 xtables_legacy_multi_CFLAGS += -DALL_INCLUSIVE 15 xtables_legacy_multi_SOURCES += iptables-standalone.c iptables.c 16 xtables_legacy_multi_CFLAGS += -DENABLE_IPV4 20 xtables_legacy_multi_SOURCES += ip6tables-standalone.c ip6tables.c 21 xtables_legacy_multi_CFLAGS += -DENABLE_IPV6 24 xtables_legacy_multi_SOURCES += xshared.c iptables-restore.c iptables-save.c 25 xtables_legacy_multi_LDADD += ../libxtables/libxtables.la -lm [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 …]
|
/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/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/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 …]
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 8 * RFC 6762 - Multicast DNS\n 9 * RFC 6763 - DNS-Based Service Discovery\n 14 * ------------------------- 16 * - Tiebreaking for simultaneous probing 17 * - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off... 18 * - Checking that source address of unicast requests are on the same network 19 * - Limiting multicast responses to 1 per second per resource record 20 * - Fragmenting replies if required 21 * - Handling multi-packet known answers 22 * - Individual known answer detection for all local IPv6 addresses [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.conf | 6 # 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/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. 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 76 * BSD-style socket API.\n [all …]
|
/third_party/curl/docs/ |
D | KNOWN_BUGS | 15 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/curl/lib/ |
D | curl_setup.h | 10 * 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/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.conf | 6 # 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 53 logger_syslog=-1 55 logger_stdout=-1 72 # run as non-root users. However, since the control interface can be used to 75 # want to allow non-root users to use the control interface, add a new group 89 # (double quoted string, hexdump, printf-escaped string) 94 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding 97 # Country code (ISO/IEC 3166-1). Used to set regulatory domain. 116 # Annex E, Table E-4 (Global operating classes) [all …]
|
/third_party/boost/libs/log/doc/ |
D | changelog.qbk | 2 Copyright Andrey Semashev 2007 - 2020. 16 …target addresses set by user. The addresses must have the same IP version as was specified in the … 36 …`::rotate_file` could throw if there were no log records written yet and target file name pattern … 46 …multi-file] sink backends added support for configuring behavior with regard to appending a traili… 50 … Output stream] and [link log.detailed.sink_backends.text_multifile text multi-file] sink backends… 56 …ching that pattern in the target storage, leaving them unmanaged. In particular, such files would … 57 … possible to overload stream output operators for pointers to user-defined types. User-defined `op… 63 …target file name pattern in the text file sink backend (using the `target_file_name` named paramet… 73 …target storage if the [link log.detailed.sink_backends.text_file text file sink backend] was writi… 92 …if the target directory contained a file with the maximum counter value in the name. This used to … [all …]
|
/third_party/node/src/ |
D | cares_wrap.cc | 22 #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/node/deps/cares/include/ |
D | ares.h | 3 * Copyright (C) 2007-2013 by Daniel Stenberg 21 #include "ares_version.h" /* c-ares version defines */ 22 #include "ares_build.h" /* c-ares build definitions */ 23 #include "ares_rules.h" /* c-ares rules enforcement */ 26 * Define WIN32 when build target is Win32 API 36 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish 37 libc5-based Linux systems. Only include it on system that are known to 80 ** c-ares external API function linkage decorations. 215 /* c-ares library initialization flag values */ 231 #define ARES_SOCKET_BAD -1 [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.lwsws.md | 6 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. 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 46 "count-threads": "1", 47 "server-string": "myserver v1", # returned in http headers 48 "ws-pingpong-secs": "200", # confirm idle established ws connections this often 49 "init-ssl": "yes" [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 14 Copyright @copyright{} 2007--2013 Christian Grothoff 20 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover 38 @author Marco Maggi (@email{marco.maggi-ipsu@@poste.it}) 48 @c ------------------------------------------------------------ 56 * microhttpd-intro:: Introduction. 57 * microhttpd-const:: Constants. 58 * microhttpd-struct:: Structures type definition. 59 * microhttpd-cb:: Callback functions definition. 60 * microhttpd-init:: Starting and stopping the server. 61 * microhttpd-inspect:: Implementing external @code{select}. [all …]
|
1234