Searched refs:inet_pton (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java82 public InetAddress inet_pton(int family, String address) { return os.inet_pton(family, address); } method in class:ForwardingOs
H A DOs.java74 public InetAddress inet_pton(int family, String address); method in interface:Os
H A DPosix.java76 public native InetAddress inet_pton(int family, String address); method in class:Posix
/libcore/luni/src/main/java/java/net/
H A DInetAddress.java254 // If inet_pton(3) can't parse it, it must have been a deprecated format.
255 // We need to return inet_pton(3)'s result to ensure that numbers assumed to be octal
256 // by getaddrinfo(3) are reinterpreted by inet_pton(3) as decimal.
257 return Libcore.os.inet_pton(AF_INET, address);
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp828 if (inet_pton(family, name.c_str(), dst) != 1) {
1412 NATIVE_METHOD(Posix, inet_pton, "(ILjava/lang/String;)Ljava/net/InetAddress;"),

Completed in 92 milliseconds