Searched defs:ipAddr (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DDatagramChannelTest.java1005 InetSocketAddress ipAddr = addr;
1006 assertEquals(CAPACITY_NORMAL, this.channel1.send(writeBuf, ipAddr));
1009 this.channel1.connect(ipAddr);
1015 InetSocketAddress ipAddr = addr;
1017 assertEquals(CAPACITY_NORMAL, this.channel1.send(writeBuf, ipAddr));
1020 this.channel1.connect(ipAddr);
1354 private void connectWriteBuf(InetSocketAddress ipAddr, ByteBuffer buf) argument
1356 this.channel1.connect(ipAddr);
1387 InetSocketAddress ipAddr = datagramSocket1Address;
1389 this.channel1.connect(ipAddr);
[all...]

Completed in 61 milliseconds