1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class java_net_NetworkInterface */ |
4 | |
5 | #ifndef _Included_java_net_NetworkInterface |
6 | #define _Included_java_net_NetworkInterface |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: java_net_NetworkInterface |
12 | * Method: getAll |
13 | * Signature: ()[Ljava/net/NetworkInterface; |
14 | */ |
15 | JNIEXPORT jobjectArray JNICALL Java_java_net_NetworkInterface_getAll |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: java_net_NetworkInterface |
20 | * Method: getByName0 |
21 | * Signature: (Ljava/lang/String;)Ljava/net/NetworkInterface; |
22 | */ |
23 | JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getByName0 |
24 | (JNIEnv *, jclass, jstring); |
25 | |
26 | /* |
27 | * Class: java_net_NetworkInterface |
28 | * Method: getByIndex0 |
29 | * Signature: (I)Ljava/net/NetworkInterface; |
30 | */ |
31 | JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getByIndex0 |
32 | (JNIEnv *, jclass, jint); |
33 | |
34 | /* |
35 | * Class: java_net_NetworkInterface |
36 | * Method: getByInetAddress0 |
37 | * Signature: (Ljava/net/InetAddress;)Ljava/net/NetworkInterface; |
38 | */ |
39 | JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getByInetAddress0 |
40 | (JNIEnv *, jclass, jobject); |
41 | |
42 | /* |
43 | * Class: java_net_NetworkInterface |
44 | * Method: isUp0 |
45 | * Signature: (Ljava/lang/String;I)Z |
46 | */ |
47 | JNIEXPORT jboolean JNICALL Java_java_net_NetworkInterface_isUp0 |
48 | (JNIEnv *, jclass, jstring, jint); |
49 | |
50 | /* |
51 | * Class: java_net_NetworkInterface |
52 | * Method: isLoopback0 |
53 | * Signature: (Ljava/lang/String;I)Z |
54 | */ |
55 | JNIEXPORT jboolean JNICALL Java_java_net_NetworkInterface_isLoopback0 |
56 | (JNIEnv *, jclass, jstring, jint); |
57 | |
58 | /* |
59 | * Class: java_net_NetworkInterface |
60 | * Method: supportsMulticast0 |
61 | * Signature: (Ljava/lang/String;I)Z |
62 | */ |
63 | JNIEXPORT jboolean JNICALL Java_java_net_NetworkInterface_supportsMulticast0 |
64 | (JNIEnv *, jclass, jstring, jint); |
65 | |
66 | /* |
67 | * Class: java_net_NetworkInterface |
68 | * Method: isP2P0 |
69 | * Signature: (Ljava/lang/String;I)Z |
70 | */ |
71 | JNIEXPORT jboolean JNICALL Java_java_net_NetworkInterface_isP2P0 |
72 | (JNIEnv *, jclass, jstring, jint); |
73 | |
74 | /* |
75 | * Class: java_net_NetworkInterface |
76 | * Method: getMacAddr0 |
77 | * Signature: ([BLjava/lang/String;I)[B |
78 | */ |
79 | JNIEXPORT jbyteArray JNICALL Java_java_net_NetworkInterface_getMacAddr0 |
80 | (JNIEnv *, jclass, jbyteArray, jstring, jint); |
81 | |
82 | /* |
83 | * Class: java_net_NetworkInterface |
84 | * Method: getMTU0 |
85 | * Signature: (Ljava/lang/String;I)I |
86 | */ |
87 | JNIEXPORT jint JNICALL Java_java_net_NetworkInterface_getMTU0 |
88 | (JNIEnv *, jclass, jstring, jint); |
89 | |
90 | /* |
91 | * Class: java_net_NetworkInterface |
92 | * Method: init |
93 | * Signature: ()V |
94 | */ |
95 | JNIEXPORT void JNICALL Java_java_net_NetworkInterface_init |
96 | (JNIEnv *, jclass); |
97 | |
98 | #ifdef __cplusplus |
99 | } |
100 | #endif |
101 | #endif |
102 | |