ns_hostbyaddr - Reverse lookup an IP address to its hostname
This command resolves an IP address to its hostname. If the IP address cannot be resolved, it throws an error.
address IP Address to be resolved into hostname
% ns_hostbyaddr 127.0.0.1 localhost
% ns_hostbyaddr 0.0.0.0 could not lookup 0.0.0.0 while executing "ns_hostbyaddr 0.0.0.0"