gethost
gethost (host
)
- Front-end for
gethostbyaddr
andgethostbyname
. If host is numeric, callsgethostbyaddr
, otherwise callsgethostbyname
.
gethost (host
)
gethostbyaddr
and gethostbyname
. If host is numeric, calls gethostbyaddr
, otherwise calls gethostbyname
.