Home
last modified time | relevance | path

Searched refs:ipv6 (Results 1 – 25 of 52) sorted by relevance

123

/curl/tests/libtest/
H A Dlibprereq.c28 int ipv6; member
39 if(prereq_cb->ipv6) { in prereq_callback()
61 prereq_cb.ipv6 = 0; in test()
69 prereq_cb.ipv6 = 1; in test()
/curl/tests/data/
H A Dtest12034 GOPHER-ipv6
23 ipv6
26 gopher-ipv6
H A Dtest24127 ipv6
30 http-ipv6
39 ./server/resolve --ipv6 ip6-localhost
H A Dtest108330 ipv6
33 http-ipv6
42 …quires default test client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; pri…
H A Dtest2525 FTP-ipv6
34 ipv6
37 ftp-ipv6
H A Dtest2535 FTP-ipv6
34 ipv6
37 ftp-ipv6
H A Dtest2545 FTP-ipv6
35 ipv6
38 ftp-ipv6
H A Dtest2555 FTP-ipv6
35 ipv6
38 ftp-ipv6
H A Dtest10485 FTP-ipv6
37 ipv6
40 ftp-ipv6
H A Dtest10505 FTP-ipv6
33 ipv6
36 ftp-ipv6
H A Dtest24227 ipv6
30 http-ipv6
H A Dtest208624 http-ipv6
35 %HOST6IP:%HTTP6PORT/%TESTNUMBER#ipv6
H A Dtest24032 ipv6
35 http-ipv6
H A Dtest108523 ipv6
37 ./server/resolve --ipv6 ::1
H A Dtest26327 ipv6
31 http-ipv6
H A Dtest104630 ipv6
33 http-ipv6
H A Dtest105646 # ipv6-localhost (i.e. [::1%259999] is treated as [::1]). Maybe this is a bit
51 ipv6
56 http-ipv6
H A Dtest140843 ipv6
46 http-ipv6
H A Dtest123045 ipv6
50 http-ipv6
H A Dtest145634 ipv6
37 http-ipv6
/curl/docs/cmdline-opts/
H A Ddns-ipv6-addr.md4 Long: dns-ipv6-addr
16 - --dns-ipv6-addr 2a04:4e42::561 $URL
19 # `--dns-ipv6-addr`
H A Dipv6.md5 Long: ipv6
18 - --ipv6 $URL
21 # `--ipv6`
/curl/lib/
H A Dnoproxy.h35 UNITTEST bool Curl_cidr6_match(const char *ipv6,
H A Dnoproxy.c77 UNITTEST bool Curl_cidr6_match(const char *ipv6, in Curl_cidr6_match() argument
92 if(1 != Curl_inet_pton(AF_INET6, ipv6, address)) in Curl_cidr6_match()
105 (void)ipv6; in Curl_cidr6_match()
/curl/tests/
H A Dservers.pm1414 my $ip = ($ipv6 && ($ipv6 =~ /6$/)) ? "$HOST6IP" : "$HOSTIP";
1415 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1480 my $ip = ($ipv6 && ($ipv6 =~ /6$/)) ? "$HOST6IP" : "$HOSTIP";
1481 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1553 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1625 if($ipv6) {
1701 if($ipv6) {
2233 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
2260 if($ipv6) {
2282 if($ipv6) {
[all …]

Completed in 109 milliseconds

123