Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm170 my $have_IPv6 = -1;
227 sub have_IPv6 { subroutine
228 if ($have_IPv6 < 0) {
233 $have_IPv6 = 0
237 $have_IPv6 = 0
240 if ($have_IPv6 < 0) {
241 $have_IPv6 = check_IP("::1");
243 return $have_IPv6;
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm29 my $have_IPv6;
52 $have_IPv6 = 1;
67 $have_IPv6 = 1;
71 $have_IPv6 = 0;
131 my $test_client_addr = $have_IPv6 ? "[::1]" : "127.0.0.1";
693 return $have_IPv6;
/freebsd/crypto/openssl/test/recipes/
H A D80-test_cmp_http.t307 next LOOP if ($line =~ m/-server,\[.*:.*\]/ && !have_IPv6());
H A D80-test_ssl_old.t489 unless !disabled("sock") && have_IPv6();