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

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DAssociationChangeNotification.java45 COMM_UP, enum constant in enum:AssociationChangeNotification.AssocChangeEvent
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpAssocChange.java59 this.event = AssocChangeEvent.COMM_UP;
H A DSctpChannelImpl.java160 /* Receive COMM_UP */
397 /* Receive COMM_UP */
525 /* Receive COMM_UP */
799 * receive and received the COMM_UP. We have already
800 * handled the COMM_UP with the internal notification
872 AssociationChangeNotification.AssocChangeEvent.COMM_UP) &&
H A DSctpMultiChannelImpl.java599 case COMM_UP :
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DCommUp.java177 "Client should have received COMM_UP");
181 * received COMM_UP */
266 /* block until we check if the client has received its COMM_UP*/
272 "Accepted channel should have received COMM_UP");
325 if (event.equals(AssocChangeEvent.COMM_UP)) {
H A DReceive.java311 if (event.equals(AssocChangeEvent.COMM_UP))
H A DSend.java236 check(handler.receivedCommUp(), "should have received COMM_UP");
433 if (event.equals(AssocChangeEvent.COMM_UP))
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java115 /* Receive the COMM_UP */
119 check(handler.receivedCommUp(), "COMM_UP no received");
245 if (event.equals(AssocChangeEvent.COMM_UP))
H A DSocketOptionTests.java181 /* Receive the COMM_UP */
185 check(handler.receivedCommUp(), "COMM_UP no received");
247 if (event.equals(AssocChangeEvent.COMM_UP))

Completed in 41 milliseconds