Searched refs:iaddr (Results 1 – 3 of 3) sorted by relevance
48 InetAddress iaddr = InetAddress.getLocalHost(); in main() local51 Socket s1 = new Socket(iaddr, ss.getLocalPort()); in main()60 new InetSocketAddress(iaddr, sc.socket().getLocalPort())); in main()
298 public synchronized void setAddress(InetAddress iaddr) { in setAddress() argument299 address = iaddr; in setAddress()
404 InetAddress iaddr = epoint.getAddress(); in bind() local406 checkAddress(iaddr, "bind"); in bind()412 getImpl().bind(port, iaddr); in bind()