1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class jdk_net_LinuxSocketOptions */
4
5#ifndef _Included_jdk_net_LinuxSocketOptions
6#define _Included_jdk_net_LinuxSocketOptions
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: jdk_net_LinuxSocketOptions
12 * Method: setTcpkeepAliveProbes0
13 * Signature: (II)V
14 */
15JNIEXPORT void JNICALL Java_jdk_net_LinuxSocketOptions_setTcpkeepAliveProbes0
16 (JNIEnv *, jclass, jint, jint);
17
18/*
19 * Class: jdk_net_LinuxSocketOptions
20 * Method: setTcpKeepAliveTime0
21 * Signature: (II)V
22 */
23JNIEXPORT void JNICALL Java_jdk_net_LinuxSocketOptions_setTcpKeepAliveTime0
24 (JNIEnv *, jclass, jint, jint);
25
26/*
27 * Class: jdk_net_LinuxSocketOptions
28 * Method: setTcpKeepAliveIntvl0
29 * Signature: (II)V
30 */
31JNIEXPORT void JNICALL Java_jdk_net_LinuxSocketOptions_setTcpKeepAliveIntvl0
32 (JNIEnv *, jclass, jint, jint);
33
34/*
35 * Class: jdk_net_LinuxSocketOptions
36 * Method: getTcpkeepAliveProbes0
37 * Signature: (I)I
38 */
39JNIEXPORT jint JNICALL Java_jdk_net_LinuxSocketOptions_getTcpkeepAliveProbes0
40 (JNIEnv *, jclass, jint);
41
42/*
43 * Class: jdk_net_LinuxSocketOptions
44 * Method: getTcpKeepAliveTime0
45 * Signature: (I)I
46 */
47JNIEXPORT jint JNICALL Java_jdk_net_LinuxSocketOptions_getTcpKeepAliveTime0
48 (JNIEnv *, jclass, jint);
49
50/*
51 * Class: jdk_net_LinuxSocketOptions
52 * Method: getTcpKeepAliveIntvl0
53 * Signature: (I)I
54 */
55JNIEXPORT jint JNICALL Java_jdk_net_LinuxSocketOptions_getTcpKeepAliveIntvl0
56 (JNIEnv *, jclass, jint);
57
58/*
59 * Class: jdk_net_LinuxSocketOptions
60 * Method: setQuickAck0
61 * Signature: (IZ)V
62 */
63JNIEXPORT void JNICALL Java_jdk_net_LinuxSocketOptions_setQuickAck0
64 (JNIEnv *, jclass, jint, jboolean);
65
66/*
67 * Class: jdk_net_LinuxSocketOptions
68 * Method: getQuickAck0
69 * Signature: (I)Z
70 */
71JNIEXPORT jboolean JNICALL Java_jdk_net_LinuxSocketOptions_getQuickAck0
72 (JNIEnv *, jclass, jint);
73
74/*
75 * Class: jdk_net_LinuxSocketOptions
76 * Method: keepAliveOptionsSupported0
77 * Signature: ()Z
78 */
79JNIEXPORT jboolean JNICALL Java_jdk_net_LinuxSocketOptions_keepAliveOptionsSupported0
80 (JNIEnv *, jclass);
81
82/*
83 * Class: jdk_net_LinuxSocketOptions
84 * Method: quickAckSupported0
85 * Signature: ()Z
86 */
87JNIEXPORT jboolean JNICALL Java_jdk_net_LinuxSocketOptions_quickAckSupported0
88 (JNIEnv *, jclass);
89
90#ifdef __cplusplus
91}
92#endif
93#endif
94