OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundv6
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/net/jni/
NativeDnsJni.c
41
int
foundv6
= 0;
local
53
foundv6
= 1;
61
if (foundv4 != 1 &&
foundv6
!= 1) {
74
int
foundv6
= 0;
local
87
foundv6
= 1;
94
if (foundv4 == 1 ||
foundv6
!= 1) {
/cts/tests/tests/net/src/android/net/cts/
DnsTest.java
61
boolean foundV4 = false,
foundV6
= false;
64
else if (addr instanceof Inet6Address)
foundV6
= true;
69
// assertTrue(
foundV6
);
72
assertTrue(foundV4 ||
foundV6
);
79
foundV6
= false;
82
else if (addr instanceof Inet6Address)
foundV6
= true;
87
assertTrue(
foundV6
== true);
Completed in 60 milliseconds