package async_unix

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

Module Unix.Name_infoSource

Sourcetype t = Async_unix__.Import.Unix.name_info = {
  1. ni_hostname : string;
  2. ni_service : string;
}
include Core.Bin_prot.Binable.S with type t := t
include Bin_prot.Binable.S_only_functions with type t := t
Sourceval bin_size_t : t Bin_prot.Size.sizer
Sourceval bin_write_t : t Bin_prot.Write.writer
Sourceval bin_read_t : t Bin_prot.Read.reader
Sourceval __bin_read_t__ : (int -> t) Bin_prot.Read.reader

This function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.

Sourceval bin_shape_t : Bin_prot.Shape.t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcetype getnameinfo_option = Async_unix__.Import.Unix.getnameinfo_option =
  1. | NI_NOFQDN
  2. | NI_NUMERICHOST
  3. | NI_NAMEREQD
  4. | NI_NUMERICSERV
  5. | NI_DGRAM
Sourceval bin_shape_getnameinfo_option : Core.Bin_prot.Shape.t
Sourceval bin_size_getnameinfo_option : getnameinfo_option Core.Bin_prot.Size.sizer
Sourceval bin_write_getnameinfo_option : getnameinfo_option Core.Bin_prot.Write.writer
Sourceval bin_writer_getnameinfo_option : getnameinfo_option Core.Bin_prot.Type_class.writer
Sourceval bin_read_getnameinfo_option : getnameinfo_option Core.Bin_prot.Read.reader
Sourceval __bin_read_getnameinfo_option__ : (int -> getnameinfo_option) Core.Bin_prot.Read.reader
Sourceval bin_reader_getnameinfo_option : getnameinfo_option Core.Bin_prot.Type_class.reader
Sourceval sexp_of_getnameinfo_option : getnameinfo_option -> Sexplib0.Sexp.t
Sourceval getnameinfo_option_of_sexp : Sexplib0.Sexp.t -> getnameinfo_option
Sourceval get : Async_unix__.Import.Unix.sockaddr -> getnameinfo_option list -> t Async_kernel.Deferred.t
OCaml

Innovation. Community. Security.