module Ip_address: sig .. end
sig
end
type t =
|
IPv4 of int32
int32
IPv6 of int64 * int64
int64 * int64
val parse : string -> t * t option
string -> t * t option
val match_ip : t * t option -> t -> bool
t * t option -> t -> bool
exception No_such_host
val get_inet_addr : string -> Unix.inet_addr Lwt.t
string -> Unix.inet_addr Lwt.t