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