Module Core__Core_unix.Ifaddr.Broadcast_or_destination

type t =
| Broadcast of Inet_addr.t
| Destination of Inet_addr.t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t