gethostbyaddr() * | Retrieve the name(s) and address corresponding to a network address. |
gethostbyname() * | Retrieve the name(s) and address corresponding to a host name. |
gethostname() | Retrieve the name of the local host. |
getprotobyname() * | Retrieve the protocol name and number corresponding to a protocol name. |
getprotobynumber() * | Retrieve the protocol name and number corresponding to a protocol number. |
getservbyname() * | Retrieve the service name and port corresponding to a service name. |
getservbyport() * | Retrieve the service name and port corresponding to a port. |
* = The routine can block under some circumstances.