Find a hostname or ip address given the other.
clufindhostname [-i <ip_address>] [-n <hostname>]
The clufindhostname command is a wrapper around gethostbyname(3) and gethostbyaddr(3).
Call gethostbyaddr(3) on specified IP address.
Call gethostbyname(3) on specified hostname.