Home
last modified time | relevance | path

Searched refs:getSocketLocalAddress (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/net/
DServerSocket.java119 localAddress = IoBridge.getSocketLocalAddress(impl.fd); in readBackBindState()
DDatagramSocket.java184 return IoBridge.getSocketLocalAddress(impl.fd); in getLocalAddress()
DSocket.java1001 this.localAddress = IoBridge.getSocketLocalAddress(impl.fd); in cacheLocalAddress()
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java627 public static InetAddress getSocketLocalAddress(FileDescriptor fd) throws SocketException { in getSocketLocalAddress() method in IoBridge