Searched defs:isIPv4MappedAddress (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/util/
H A DIPAddressUtil.java270 if (isIPv4MappedAddress(addr)) {
285 private static boolean isIPv4MappedAddress(byte[] addr) { method in class:IPAddressUtil
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp85 static bool isIPv4MappedAddress(const sockaddr *sa) { function
118 if (_rc == -1 && errno == EAFNOSUPPORT && _salen && isIPv4MappedAddress(_sa)) { \

Completed in 66 milliseconds