module Host:sig
..end
type
t = {
|
name : |
|
aliases : |
|
addrtype : |
|
addrs : |
hosts
database.val getbyname : string -> t option
hosts
with the given name.val getbyname_exn : string -> t
val getbyaddr : Core_unix.inet_addr -> t option
hosts
with the given address.val getbyaddr_exn : Core_unix.inet_addr -> t