Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp (Results 1 – 14 of 14) sorted by relevance
1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.3 - expected_addrs:4 - {address: '5.5.5.5:443', is_balancer: false}7 record_to_resolve: no-srv-ipv4-single-target9 no-srv-ipv4-single-target:10 - {TTL: '2100', data: 5.5.5.5, type: A}11 - expected_addrs:12 - {address: '1.2.3.4:1234', is_balancer: true}15 record_to_resolve: srv-ipv4-single-target17 _grpclb._tcp.srv-ipv4-single-target:[all …]
8 # http://www.apache.org/licenses/LICENSE-2.011 # distributed under the License is distributed on an "AS IS" BASIS,13 # See the License for the specific language governing permissions and16 # This file is auto-generated28 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,37 help=('Port that local DNS server is listening on.'))[all …]
9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and33 #include "test/cpp/util/subprocess.h"34 #include "test/cpp/util/test_config.h"113 memcpy(&dest_addr_as_resolved_addr.addr, dest_addr, dest_addr->len); in GetSourceAddr()114 dest_addr_as_resolved_addr.len = dest_addr->len; in GetSourceAddr()125 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr()126 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr()128 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr()[all …]
9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and30 #include "src/cpp/ext/filters/census/grpc_plugin.h"48 if (request->param().expected_error().code() == 0) { in Echo()49 response->set_message(request->message()); in Echo()53 request->param().expected_error().code()), in Echo()68 // Use IPv4 here because it's less flaky than IPv6 ("[::]:0") on Travis. in SetUp()83 server_->Shutdown(); in TearDown()87 void RunServerLoop() { server_->Wait(); } in RunServerLoop()[all …]
9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and40 #include "src/cpp/server/secure_server_credentials.h"42 #include "src/cpp/client/secure_credentials.h"46 #include "test/cpp/end2end/test_service_impl.h"55 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).56 // - Test reception of invalid serverlist57 // - Test pinging58 // - Test against a non-LB server.[all …]
9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and43 #include "test/cpp/end2end/test_service_impl.h"44 #include "test/cpp/util/string_ref_helper.h"45 #include "test/cpp/util/test_credentials_provider.h"61 const grpc::string kIpv4("ipv4:127.0.0.1:"); in CheckIsLocalhost()93 metadata->insert(std::make_pair(metadata_key_, metadata_value_)); in GetMetadata()110 "test-plugin-metadata";146 string_ref auth_md_value = auth_md->second; in Process()[all …]
9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and48 #include "test/cpp/end2end/test_service_impl.h"76 default_client_impl->connect(closure, ep, interested_parties, channel_args, in tcp_client_connect_with_delay()129 servers_[i]->Shutdown(); in TearDown()144 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer()159 gpr_asprintf(&lb_uri_str, "ipv4:127.0.0.1:%d", ports[i]); in BuildFakeResults()163 false /* is balancer */, in BuildFakeResults()179 response_generator_->SetResponse(fake_results); in SetNextResolution()[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and19 this is probably NOT the header file you're looking for.23 which is appropriate *only* on tiny embedded systems where everything24 runs in a single address space and memory is extremely constrained.25 All the APIs here are malloc-free, which means that the caller is29 is never a case where a call can suffer intermittent failures because[all …]
1 /* -*- Mode: C; tab-width: 4 -*-3 * Copyright (c) 1997-2004 Apple Computer, Inc. All rights reserved.9 * http://www.apache.org/licenses/LICENSE-2.012 * distributed under the License is distributed on an "AS IS" BASIS,14 * See the License for the specific language governing permissions and18 //-------------------------------------------------------------------------------------------------…101 // No predefined macro for VxWorks so just assume VxWorks if nothing else is set.260 …#pragma warning( disable:4127 ) // Disable "conditional expression is constant" warning for debug…274 #error unknown OS - update this file to support your OS328 #error unknown CPU - update this file to support your CPU[all …]
3 # Guess values for system-dependent variables and create Makefiles.6 # Report bugs to <openssh-unix-dev@mindrot.org>.9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.12 # This configure script is free software; the Free Software Foundation14 ## -------------------- ##16 ## -------------------- ##20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which24 # is contrary to our usage. Disable this feature.25 alias -g '${1+"$@"}'='"$@"'[all …]
2 * Copyright (C) 2007-2008 The Android Open Source Project8 * http://www.apache.org/licenses/LICENSE-2.011 * distributed under the License is distributed on an "AS IS" BASIS,13 * See the License for the specific language governing permissions and64 * If this function returns nullptr and <code>throwIfNull</code> is72 * @param throwIfNull whether to throw if the SSL pointer is nullptr130 env->GetLongField(contextObject, conscrypt::jniutil::nativeRef_address)); in fromContextObject()142 * return value is false, there is a pending exception.147 JNI_TRACE("arrayToBignum(%p, %p) => dest is null!", source, dest); in arrayToBignum()161 /* if the array is empty, it is zero. */ in arrayToBignum()[all …]
1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org>10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org>28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb81300813643140 2018-10-24 Dmitry V. Levin <ldv@altlinux.org>44 introduced by Linux commit v4.19-rc7~24^2~1.51 2018-10-24 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>54 * linux/32/ioctls_inc_align16.h: Update from linux v4.19-rc8[all …]
14 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*:44 is called from a thread which is not the main one, should fix206 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow209 * tree.c: fix for CVE-2008-4225, lack of testing leads to220 adds --disable-rebuild-docs to avoid rebuilding them246 * runxmlconf.c: fix compilation if XPath is not included344 * configure.in Makefile.am: add an --with-coverage configure option377 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch379 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd380 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0[all …]
... META-INF/MANIFEST.MF org/jetbrains/kotlin ...