Searched refs:boundAddress (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java177 check(boundAddress(channel, addr), "trying to remove address that is not bound");
180 check(!boundAddress(channel, addr), "address was not removed");
185 check(boundAddress(channel, addr), "address is not bound");
270 boolean boundAddress(SctpChannel channel, InetAddress addr) method in class:Bind

Completed in 231 milliseconds