Searched refs:IPV6ONLY (Results 1 – 1 of 1) sorted by relevance
/external/curl/tests/unit/ |
D | unit1607.c | 81 #define IPV6ONLY(x) x macro 83 #define IPV6ONLY(x) &skip macro 93 "test.com", 80, { "127.0.0.1", "127.0.0.2", IPV6ONLY("::1"), } 96 "test.com", 80, { IPV6ONLY("::1"), "127.0.0.1", } 99 "test.com", 80, { IPV6ONLY("::1"), "127.0.0.1", } 102 "test.com", 80, { IPV6ONLY("::1"), } 105 "test.com", 80, { IPV6ONLY("::1"), }
|