Home
last modified time | relevance | path

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

12

/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/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`
H A Dipv4.md9 Mutexed: ipv6
H A Ddns-interface.md14 - dns-ipv6-addr
H A Ddns-ipv4-addr.md14 - dns-ipv6-addr
/curl/tests/data/
H A Dtest12034 GOPHER-ipv6
26 gopher-ipv6
H A Dtest24130 http-ipv6
39 ./server/resolve --ipv6 ip6-localhost
H A Dtest208624 http-ipv6
35 %HOST6IP:%HTTP6PORT/%TESTNUMBER#ipv6
H A Dtest108333 http-ipv6
42 …quires default test client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; pri…
H A Dtest2525 FTP-ipv6
35 ftp-ipv6
H A Dtest10485 FTP-ipv6
38 ftp-ipv6
H A Dtest2535 FTP-ipv6
35 ftp-ipv6
H A Dtest2545 FTP-ipv6
36 ftp-ipv6
H A Dtest2555 FTP-ipv6
36 ftp-ipv6
H A Dtest10506 FTP-ipv6
35 ftp-ipv6
H A Dtest105646 # ipv6-localhost (i.e. [::1%259999] is treated as [::1]). Maybe this is a bit
56 http-ipv6
H A Dtest24230 http-ipv6
H A Dtest126527 http-ipv6
H A Dtest104633 http-ipv6
H A Dtest108537 ./server/resolve --ipv6 ::1
H A Dtest24035 http-ipv6
/curl/tests/
H A Dservers.pm1456 my $ip = ($ipv6 && ($ipv6 =~ /6$/)) ? "$HOST6IP" : "$HOSTIP";
1457 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1523 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1595 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
1667 if($ipv6) {
1743 if($ipv6) {
2273 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
2287 my $ipvnum = ($ipv6 && ($ipv6 =~ /6$/)) ? 6 : 4;
2314 if($ipv6) {
2336 if($ipv6) {
[all …]
/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
94 if(1 != Curl_inet_pton(AF_INET6, ipv6, address)) in Curl_cidr6_match()
105 (void)ipv6; in Curl_cidr6_match()

Completed in 19 milliseconds

12