package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unix.HostSource

Sourcetype t = Async_unix__.Import.Unix.Host.t = {
  1. name : string;
  2. aliases : string array;
  3. family : Async_unix__.Import.Unix.Protocol_family.t;
  4. addresses : Core_unix__.Import.Unix.inet_addr array;
}
Sourceval getbyname : string -> t option Async_kernel.Deferred.t
Sourceval getbyname_exn : string -> t Async_kernel.Deferred.t
Sourceval getbyaddr : Core_unix__.Import.Unix.inet_addr -> t option Async_kernel.Deferred.t
Sourceval getbyaddr_exn : Core_unix__.Import.Unix.inet_addr -> t Async_kernel.Deferred.t
Sourceval have_address_in_common : t -> t -> bool
OCaml

Innovation. Community. Security.