Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1653.c48 char *ipv6port = NULL; variable
55 ipv6port = strdup("[fe80::250:56ff:fea7:da15]");
56 if(!ipv6port)
58 ret = Curl_parse_port(u, ipv6port, FALSE);
62 free_and_clear(ipv6port);
69 ipv6port = strdup("[fe80::250:56ff:fea7:da15|");
70 if(!ipv6port)
72 ret = Curl_parse_port(u, ipv6port, FALSE);
74 free_and_clear(ipv6port);
80 ipv6port = strdup("[fe80::250:56ff;fea7:da15]:80");
[all …]