clufindhostname(8) Find a hostname or IP address given the other.

SYNOPSIS

clufindhostname [-i <ip_address>] [-n <hostname>]

DESCRIPTION

The clufindhostname command is a wrapper around gethostbyname(3) and gethostbyaddr(3).

OPTIONS

-i <ip_address>
Call gethostbyaddr(3) on specified IP address.
-n <hostname>
Call gethostbyname(3) on specified hostname.