Searched refs:getSocketLocalAddress (Results 1 – 4 of 4) sorted by relevance
119 localAddress = IoBridge.getSocketLocalAddress(impl.fd); in readBackBindState()
184 return IoBridge.getSocketLocalAddress(impl.fd); in getLocalAddress()
1001 this.localAddress = IoBridge.getSocketLocalAddress(impl.fd); in cacheLocalAddress()
627 public static InetAddress getSocketLocalAddress(FileDescriptor fd) throws SocketException { in getSocketLocalAddress() method in IoBridge