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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSctpStdSocketOption.java35 public static final int SCTP_FRAGMENT_INTERLEAVE = 3; field in class:SctpStdSocketOption
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctp.h51 #ifndef SCTP_FRAGMENT_INTERLEAVE
52 #define SCTP_FRAGMENT_INTERLEAVE -1 macro
130 SCTP_FRAGMENT_INTERLEAVE, enumerator in enum:sctp_optname
131 #define SCTP_FRAGMENT_INTERLEAVE SCTP_FRAGMENT_INTERLEAVE macro
H A DSctpNet.c470 { sun_nio_ch_SctpStdSocketOption_SCTP_FRAGMENT_INTERLEAVE, IPPROTO_SCTP, SCTP_FRAGMENT_INTERLEAVE },
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpStandardSocketOptions.java120 public static final SctpSocketOption<Integer> SCTP_FRAGMENT_INTERLEAVE = field in class:SctpStandardSocketOptions
121 new SctpStdSocketOption<Integer>("SCTP_FRAGMENT_INTERLEAVE",
123 sun.nio.ch.SctpStdSocketOption.SCTP_FRAGMENT_INTERLEAVE);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpNet.java215 name.equals(SCTP_FRAGMENT_INTERLEAVE) ||
240 name.equals(SCTP_FRAGMENT_INTERLEAVE) ||
273 } else if (name.equals(SCTP_FRAGMENT_INTERLEAVE)) {
277 "Invalid value for SCTP_FRAGMENT_INTERLEAVE");
H A DSctpChannelImpl.java708 set.add(SCTP_FRAGMENT_INTERLEAVE);
H A DSctpMultiChannelImpl.java435 set.add(SCTP_FRAGMENT_INTERLEAVE);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSocketOptionTests.java82 SCTP_FRAGMENT_INTERLEAVE, SCTP_INIT_MAXSTREAMS,
102 optionalSupport(sc, SCTP_FRAGMENT_INTERLEAVE, 1);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSocketOptionTests.java90 SCTP_FRAGMENT_INTERLEAVE, SCTP_INIT_MAXSTREAMS,
110 optionalSupport(smc, SCTP_FRAGMENT_INTERLEAVE, 1);

Completed in 41 milliseconds