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()
109 localPort = IoBridge.getLocalInetSocketAddress(fd).getPort(); in bind0()
268 final int icmpId = IoBridge.getLocalInetSocketAddress(fd).getPort(); in icmpEcho()
205 localAddress = getLocalInetSocketAddress(fd); in createMessageForException()693 public static InetSocketAddress getLocalInetSocketAddress(FileDescriptor fd) in getLocalInetSocketAddress() method in IoBridge
1109 …method public static java.net.InetSocketAddress getLocalInetSocketAddress(java.io.FileDescriptor) …