This function is used to get the host name based on an address.
Functions


char* gethostbyaddr(int addr, char *name)
Returns the host name based on a given internet address.
Arguments
- int addr
The internet address of the host in host byte order.
- char *name
Pointer to a char buffer where the returned name is stored.
Return value
- Pointer to the beginning of the string holding the asked name.
File generated from "gethostbyaddr.c" by autodoc. 21-03-1998 13:32