*** empty log message ***
[cacao.git] / nat / InetAddressImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/net/InetAddressImpl */
4
5 typedef struct java_net_InetAddressImpl {
6    java_objectheader header;
7 } java_net_InetAddressImpl;
8
9 /*
10  * Class:     java/net/InetAddressImpl
11  * Method:    getHostByAddr
12  * Signature: (I)Ljava/lang/String;
13  */
14 JNIEXPORT struct java_lang_String* JNICALL Java_java_net_InetAddressImpl_getHostByAddr (JNIEnv *env ,  struct java_net_InetAddressImpl* this , s4 par1);
15 /*
16  * Class:     java/net/InetAddressImpl
17  * Method:    getInetFamily
18  * Signature: ()I
19  */
20 JNIEXPORT s4 JNICALL Java_java_net_InetAddressImpl_getInetFamily (JNIEnv *env ,  struct java_net_InetAddressImpl* this );
21 /*
22  * Class:     java/net/InetAddressImpl
23  * Method:    getLocalHostName
24  * Signature: ()Ljava/lang/String;
25  */
26 JNIEXPORT struct java_lang_String* JNICALL Java_java_net_InetAddressImpl_getLocalHostName (JNIEnv *env ,  struct java_net_InetAddressImpl* this );
27 /*
28  * Class:     java/net/InetAddressImpl
29  * Method:    lookupAllHostAddr
30  * Signature: (Ljava/lang/String;)[[B
31  */
32 JNIEXPORT java_arrayarray* JNICALL Java_java_net_InetAddressImpl_lookupAllHostAddr (JNIEnv *env ,  struct java_net_InetAddressImpl* this , struct java_lang_String* par1);
33 /*
34  * Class:     java/net/InetAddressImpl
35  * Method:    makeAnyLocalAddress
36  * Signature: (Ljava/net/InetAddress;)V
37  */
38 JNIEXPORT void JNICALL Java_java_net_InetAddressImpl_makeAnyLocalAddress (JNIEnv *env ,  struct java_net_InetAddressImpl* this , struct java_net_InetAddress* par1);