Module Unix_syscalls.Inet_addr
include module type of sig ... end
val bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int -> t) Bin_prot.Read.readerval bin_shape_t : Bin_prot.Shape.tval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval hash_fold_t : Base.Hash.state -> t -> Base.Hash.stateval hash : t -> Base.Hash.hash_valueval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval arg_type : t Core_kernel.Command.Arg_type.tval t_of_sexp : Core__.Import.Sexp.t -> t
val (>=) : t -> t -> boolval (<=) : t -> t -> boolval (=) : t -> t -> boolval (>) : t -> t -> boolval (<) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval min : t -> t -> tval max : t -> t -> tval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base.Or_error.t
type comparator_witness= Core__Core_unix.Inet_addr.comparator_witness
val comparator : (t, comparator_witness) Base.Comparator.comparatorval validate_lbound : min:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_ubound : max:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_bound : min:t Base.Maybe_bound.t -> max:t Base.Maybe_bound.t -> t Base.Validate.check
module Map = Core__Core_unix.Inet_addr.Mapmodule Set = Core__Core_unix.Inet_addr.Setval of_string : string -> tval of_string_or_getbyname : string -> tval to_string : t -> stringval bind_any : tval bind_any_inet6 : tval localhost : tval localhost_inet6 : tval inet4_addr_of_int32 : Core__.Import.Int32.t -> tval inet4_addr_to_int32_exn : t -> Core__.Import.Int32.tval inet4_addr_of_int63 : Core__.Import.Int63.t -> tval inet4_addr_to_int63_exn : t -> Core__.Import.Int63.t
module Stable = Core__Core_unix.Inet_addr.Stableval of_string_or_getbyname : string -> t Async_unix__.Import.Deferred.tof_string_or_getbyname hostnamedoes a DNS lookup of hostname and returns the resulting IP address.