Searched refs:expected_ip (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | rtl.c | 1270 IN_ADDR ip, expected_ip; in test_RtlIpv4StringToAddress() local 1343 IN_ADDR ip, expected_ip; in test_RtlIpv4StringToAddressEx() local 2037 IN6_ADDR ip, expected_ip; in test_RtlIpv6StringToAddress() local 2119 …expected_ip.s6_words[0], expected_ip.s6_words[1], expected_ip.s6_words[2], expected_ip.s6_words[3], in test_RtlIpv6StringToAddress() 2120 …expected_ip.s6_words[4], expected_ip.s6_words[5], expected_ip.s6_words[6], expected_ip.s6_words[7]… in test_RtlIpv6StringToAddress() 2156 IN6_ADDR ip, expected_ip; in test_RtlIpv6StringToAddressEx() local 2253 init_ip6(&expected_ip, NULL); in test_RtlIpv6StringToAddressEx() 2355 …expected_ip.s6_words[0], expected_ip.s6_words[1], expected_ip.s6_words[2], expected_ip.s6_words[3], in test_RtlIpv6StringToAddressEx() 2356 …expected_ip.s6_words[4], expected_ip.s6_words[5], expected_ip.s6_words[6], expected_ip.s6_words[7]… in test_RtlIpv6StringToAddressEx() 2382 …expected_ip.s6_words[0], expected_ip.s6_words[1], expected_ip.s6_words[2], expected_ip.s6_words[3], in test_RtlIpv6StringToAddressEx() [all …]
|