Instances of this class represent plain internet addresses.
Functions


struct Hjava_lang_String* java_net_InetAddressImpl_getLocalHostName(struct Hjava_net_InetAddressImpl* none)
Return the name of the local host as a String.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
Return value
- Java String holding the local host name.

void java_net_InetAddressImpl_makeAnyLocalAddress(struct Hjava_net_InetAddressImpl* none, struct Hjava_net_InetAddress* this)
Set the local address as anything possible.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
- struct Hjava_net_InetAddress* this
InetAddress object of the local host.

HArrayOfByte* java_net_InetAddressImpl_lookupHostAddr(struct Hjava_net_InetAddressImpl* none, struct Hjava_lang_String* str)
Converts a hostname to the primary host address.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
- struct Hjava_lang_String* str
The name of the host to convert from.
Return value
- Java byte array holding (4 bytes long) the asked host address.

HArrayOfArray* java_net_InetAddressImpl_lookupAllHostAddr(struct Hjava_net_InetAddressImpl* none, struct Hjava_lang_String* str)
Converts a hostname to an array of host addresses.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
- struct Hjava_lang_String* str
The name of the host to convert from.
Return value
- Java Array of byte arrays holding the host addresses.

struct Hjava_lang_String* java_net_InetAddressImpl_getHostByAddr(struct Hjava_net_InetAddressImpl* none, jint addr)
Converts a network order address into a hostname.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
- jint addr
The network order address to convert from.
Return value
- The asked host name as a Java String.

jint java_net_InetAddressImpl_getInetFamily(struct Hjava_net_InetAddressImpl* none)
Return the address family.
Arguments
- struct Hjava_net_InetAddressImpl* none
Reference to the current (this) object.
Return value
- The internet address family of this address implementation.
File generated from "InetAddressImpl.c" by autodoc. 21-03-1998 13:31