Module Ifaddr.Broadcast_or_destination
type t=|Broadcast of Inet_addr.t|Destination of Inet_addr.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Ifaddr.Broadcast_or_destinationtype t = | Broadcast of Inet_addr.t |
| Destination of Inet_addr.t |
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t