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

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSocketOptionTests.java82 SCTP_FRAGMENT_INTERLEAVE, SCTP_INIT_MAXSTREAMS,
92 sc.setOption(SCTP_INIT_MAXSTREAMS, streams);
93 checkOption(sc, SCTP_INIT_MAXSTREAMS, streams);
94 streams = sc.getOption(SCTP_INIT_MAXSTREAMS);
134 sc.setOption(SCTP_INIT_MAXSTREAMS, streams);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSocketOptionTests.java90 SCTP_FRAGMENT_INTERLEAVE, SCTP_INIT_MAXSTREAMS,
100 smc.setOption(SCTP_INIT_MAXSTREAMS, streams, null);
101 checkOption(smc, SCTP_INIT_MAXSTREAMS, streams);
102 streams = smc.getOption(SCTP_INIT_MAXSTREAMS, null);
145 smc.setOption(SCTP_INIT_MAXSTREAMS, streams, null);
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpStandardSocketOptions.java160 <SctpStandardSocketOptions.InitMaxStreams> SCTP_INIT_MAXSTREAMS = field in class:SctpStandardSocketOptions
162 "SCTP_INIT_MAXSTREAMS", SctpStandardSocketOptions.InitMaxStreams.class);
313 * SctpStandardSocketOptions#SCTP_INIT_MAXSTREAMS SCTP_INIT_MAXSTREAMS}
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpNet.java187 if (name.equals(SCTP_INIT_MAXSTREAMS)) {
231 } else if (name.equals(SCTP_INIT_MAXSTREAMS)) {
H A DSctpServerChannelImpl.java389 set.add(SctpStandardSocketOptions.SCTP_INIT_MAXSTREAMS);
H A DSctpChannelImpl.java434 return setOption(SCTP_INIT_MAXSTREAMS, InitMaxStreams.
709 set.add(SCTP_INIT_MAXSTREAMS);
H A DSctpMultiChannelImpl.java436 set.add(SCTP_INIT_MAXSTREAMS);

Completed in 58 milliseconds