| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class java_net_Inet4AddressImpl */ |
| 4 | |
| 5 | #ifndef _Included_java_net_Inet4AddressImpl |
| 6 | #define _Included_java_net_Inet4AddressImpl |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: java_net_Inet4AddressImpl |
| 12 | * Method: getLocalHostName |
| 13 | * Signature: ()Ljava/lang/String; |
| 14 | */ |
| 15 | JNIEXPORT jstring JNICALL Java_java_net_Inet4AddressImpl_getLocalHostName |
| 16 | (JNIEnv *, jobject); |
| 17 | |
| 18 | /* |
| 19 | * Class: java_net_Inet4AddressImpl |
| 20 | * Method: lookupAllHostAddr |
| 21 | * Signature: (Ljava/lang/String;)[Ljava/net/InetAddress; |
| 22 | */ |
| 23 | JNIEXPORT jobjectArray JNICALL Java_java_net_Inet4AddressImpl_lookupAllHostAddr |
| 24 | (JNIEnv *, jobject, jstring); |
| 25 | |
| 26 | /* |
| 27 | * Class: java_net_Inet4AddressImpl |
| 28 | * Method: getHostByAddr |
| 29 | * Signature: ([B)Ljava/lang/String; |
| 30 | */ |
| 31 | JNIEXPORT jstring JNICALL Java_java_net_Inet4AddressImpl_getHostByAddr |
| 32 | (JNIEnv *, jobject, jbyteArray); |
| 33 | |
| 34 | /* |
| 35 | * Class: java_net_Inet4AddressImpl |
| 36 | * Method: isReachable0 |
| 37 | * Signature: ([BI[BI)Z |
| 38 | */ |
| 39 | JNIEXPORT jboolean JNICALL Java_java_net_Inet4AddressImpl_isReachable0 |
| 40 | (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint); |
| 41 | |
| 42 | #ifdef __cplusplus |
| 43 | } |
| 44 | #endif |
| 45 | #endif |
| 46 | |