| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_nio_ch_sctp_SctpStdSocketOption */ |
| 4 | |
| 5 | #ifndef _Included_sun_nio_ch_sctp_SctpStdSocketOption |
| 6 | #define _Included_sun_nio_ch_sctp_SctpStdSocketOption |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SCTP_DISABLE_FRAGMENTS |
| 11 | #define sun_nio_ch_sctp_SctpStdSocketOption_SCTP_DISABLE_FRAGMENTS 1L |
| 12 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SCTP_EXPLICIT_COMPLETE |
| 13 | #define sun_nio_ch_sctp_SctpStdSocketOption_SCTP_EXPLICIT_COMPLETE 2L |
| 14 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SCTP_FRAGMENT_INTERLEAVE |
| 15 | #define sun_nio_ch_sctp_SctpStdSocketOption_SCTP_FRAGMENT_INTERLEAVE 3L |
| 16 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SCTP_NODELAY |
| 17 | #define sun_nio_ch_sctp_SctpStdSocketOption_SCTP_NODELAY 4L |
| 18 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SO_SNDBUF |
| 19 | #define sun_nio_ch_sctp_SctpStdSocketOption_SO_SNDBUF 5L |
| 20 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SO_RCVBUF |
| 21 | #define sun_nio_ch_sctp_SctpStdSocketOption_SO_RCVBUF 6L |
| 22 | #undef sun_nio_ch_sctp_SctpStdSocketOption_SO_LINGER |
| 23 | #define sun_nio_ch_sctp_SctpStdSocketOption_SO_LINGER 7L |
| 24 | #ifdef __cplusplus |
| 25 | } |
| 26 | #endif |
| 27 | #endif |
| 28 | |