Searched refs:getLocalInetSocketAddress (Results 1 – 5 of 5) sorted by relevance
152 localport = IoBridge.getLocalInetSocketAddress(fd).getPort(); in socketConnect()168 localport = IoBridge.getLocalInetSocketAddress(fd).getPort(); in socketBind()218 s.localport = IoBridge.getLocalInetSocketAddress(s.fd).getPort(); in socketAccept()
110 localPort = IoBridge.getLocalInetSocketAddress(fd).getPort(); in bind0()
268 final int icmpId = IoBridge.getLocalInetSocketAddress(fd).getPort(); in icmpEcho()
204 localAddress = getLocalInetSocketAddress(fd); in createMessageForException()689 public static InetSocketAddress getLocalInetSocketAddress(FileDescriptor fd) in getLocalInetSocketAddress() method in IoBridge
946 …method public static java.net.InetSocketAddress getLocalInetSocketAddress(java.io.FileDescriptor) …