Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Drtl.c1475 } ipv6_tests[] = variable
1737 const unsigned int ipv6_testcount = sizeof(ipv6_tests) / sizeof(ipv6_tests[0]);
2081 ipv6_tests[i].address, res, ipv6_tests[i].res); in test_RtlIpv6StringToAddress()
2088 ok(res == ipv6_tests[i].res, in test_RtlIpv6StringToAddress()
2090 ipv6_tests[i].address, res, ipv6_tests[i].res); in test_RtlIpv6StringToAddress()
2101 PCSTR expected = ipv6_tests[i].address + ipv6_tests[i].terminator_offset; in test_RtlIpv6StringToAddress()
2108 ok(terminator == ipv6_tests[i].address + ipv6_tests[i].terminator_offset, in test_RtlIpv6StringToAddress()
2110ipv6_tests[i].address, terminator, ipv6_tests[i].address + ipv6_tests[i].terminator_offset); in test_RtlIpv6StringToAddress()
2116 ipv6_tests[i].address, in test_RtlIpv6StringToAddress()
2306 …NTSTATUS expect_ret = (ipv6_tests[i].flags & ex_fail_6) ? STATUS_INVALID_PARAMETER : ipv6_tests[i]… in test_RtlIpv6StringToAddressEx()
[all …]
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c5061 ipv6_tests[] = in test_inet_pton() local
5303 for (i = 0; i < ARRAY_SIZE(ipv6_tests); ++i) in test_inet_pton()
5313 if (ipv6_tests[i].broken) in test_inet_pton()
5314 … ok(ret == ipv6_tests[i].ret || broken(ret == ipv6_tests[i].broken_ret), "got %d\n", ret); in test_inet_pton()
5316 ok(ret == ipv6_tests[i].ret, "got %d\n", ret); in test_inet_pton()
5318 if (ipv6_tests[i].broken) in test_inet_pton()
5319 …ok(!memcmp(addr, ipv6_tests[i].addr, sizeof(addr)) || broken(memcmp(addr, ipv6_tests[i].addr, size… in test_inet_pton()
5328 if (ipv6_tests[i].broken) in test_inet_pton()
5329 … ok(ret == ipv6_tests[i].ret || broken(ret == ipv6_tests[i].broken_ret), "got %d\n", ret); in test_inet_pton()
5333 if (ipv6_tests[i].broken) in test_inet_pton()
[all …]