Searched refs:myAddress (Results 1 – 1 of 1) sorted by relevance
732 InetAddress myAddress; in openDataConnection() local745 myAddress = portSocket.getInetAddress(); in openDataConnection()746 if (myAddress.isAnyLocalAddress()) { in openDataConnection()747 myAddress = server.getLocalAddress(); in openDataConnection()756 portCmd = "EPRT |" + ((myAddress instanceof Inet6Address) ? "2" : "1") + "|" + in openDataConnection()757 myAddress.getHostAddress() + "|" + portSocket.getLocalPort() + "|"; in openDataConnection()761 byte[] addr = myAddress.getAddress(); in openDataConnection()