HomeSort by relevance Sort by last modified time
    Searched defs:isIPv4MappedAddress (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/net/util/
IPAddressUtil.java 273 if (isIPv4MappedAddress(addr)) {
288 private static boolean isIPv4MappedAddress(byte[] addr) {
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 90 static bool isIPv4MappedAddress(const sockaddr *sa) {
123 if (_rc == -1 && errno == EAFNOSUPPORT && _salen && isIPv4MappedAddress(_sa)) { \
    [all...]

Completed in 110 milliseconds