/aosp_15_r20/external/grpc-grpc/test/cpp/naming/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/local/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/local/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 21 <threading>multi 22 <target-os>solaris:<library>socket 23 <target-os>solaris:<library>nsl 24 <target-os>windows:<define>_WIN32_WINNT=0x0501 25 <target-os>windows,<toolset>gcc:<library>ws2_32 26 <target-os>windows,<toolset>gcc:<library>mswsock 27 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 28 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/tests/ |
H A D | dns_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 103 << "This test specifies a target DNS server which the native " \ 133 "invoke Bazel with --enable_runfiles=yes."); in SetUpTestSuite() 160 // <path to dns_server.py> -p <port> -r <path to records config> in SetUpTestSuite() 162 {dns_server_path, "-p", std::to_string(port), "-r", test_records_path}); in SetUpTestSuite() 168 "-p", in SetUpTestSuite() 170 "--dns_resolver_bin_path", in SetUpTestSuite() 172 "--tcp_connect_bin_path", in SetUpTestSuite() 186 dns_server_.server_process->Interrupt(); in TearDownTestSuite() 187 dns_server_.server_process->Join(); in TearDownTestSuite() [all …]
|
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/fork/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/fork/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 22 <threading>multi 23 <target-os>solaris:<library>socket 24 <target-os>solaris:<library>nsl 25 <target-os>windows:<define>_WIN32_WINNT=0x0501 26 <target-os>windows,<toolset>gcc:<library>ws2_32 27 <target-os>windows,<toolset>gcc:<library>mswsock 28 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 29 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/iptables/iptables/ |
H A D | Makefile.am | 1 # -*- Makefile -*- 4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr… 9 common_sources = iptables-xml.c xtables-multi.h xshared.c xshared.h 10 common_ldadd = ../extensions/libext.a ../libxtables/libxtables.la -lm 13 common_cflags += -DALL_INCLUSIVE 16 xtables_legacy_multi_SOURCES = ${common_sources} xtables-legacy-multi.c \ 17 iptables-restore.c iptables-save.c 21 xtables_legacy_multi_SOURCES += iptables-standalone.c iptables.c iptables-multi.h 22 xtables_legacy_multi_CFLAGS += -DENABLE_IPV4 26 xtables_legacy_multi_SOURCES += ip6tables-standalone.c ip6tables.c ip6tables-multi.h [all …]
|
/aosp_15_r20/external/curl/lib/ |
H A 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 do not really have to 88 * take that into account. Hosts that are not 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 …]
|
/aosp_15_r20/external/ltp/testcases/network/stress/udp/multi-diffport/ |
H A 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 …]
|
/aosp_15_r20/external/ltp/testcases/network/stress/tcp/multi-diffport/ |
H A 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 …]
|
/aosp_15_r20/external/ltp/testcases/network/stress/tcp/multi-sameport/ |
H A 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 …]
|
/aosp_15_r20/external/iptables/iptables/tests/shell/testcases/ebtables/ |
H A 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 …]
|
/aosp_15_r20/external/scapy/scapy/contrib/ |
H A D | bgp.py | 69 # RFC 4271: "Each message has a fixed-size header." Marker (16 bytes) + 73 # Marker included in every message (RFC 4271: "This 16-octet field is 77 # extended-length flag (RFC 4271 4.3. UPDATE Message Format - 150 """IPv6 Field (CIDR)""" 194 Used in BGPPathAttr to check if the extended-length flag is 212 Packet handling IPv6 NLRI fields. 215 name = "IPv6 NLRI" 236 if index != -1: 284 5: "ROUTE-REFRESH" 297 4: "HDLC (8-bit multidrop)", [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/invocation/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/buffers/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/allocation/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/iostreams/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/nonblocking/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/allocation/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/buffers/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/nonblocking/ |
D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|