Home
last modified time | relevance | path

Searched refs:have_IPv6 (Results 1 – 3 of 3) sorted by relevance

/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm166 my $have_IPv6 = -1;
223 sub have_IPv6 { subroutine
224 if ($have_IPv6 < 0) {
225 $have_IPv6 = check_IP("::1");
227 return $have_IPv6;
/openssl/util/perl/TLSProxy/
H A DProxy.pm27 my $have_IPv6;
49 $have_IPv6 = 1;
63 $have_IPv6 = 1;
66 $have_IPv6 = 0;
84 proxy_addr => $have_IPv6 ? "[::1]" : "127.0.0.1",
565 return $have_IPv6;
/openssl/test/recipes/
H A D80-test_ssl_old.t421 unless !disabled("sock") && have_IPv6();

Completed in 13 milliseconds