eio.unix
Net.Ipaddr
Convert between Eio.Net.Ipaddr and Unix.inet_addr.
Internally, these are actually the same type, so these are just casts.
eio
eio.core
eio.mock
eio.runtime_events
eio.utils
val to_unix : [< `V4 | `V6 ] Eio.Net.Ipaddr.t -> Unix.inet_addr
val of_unix : Unix.inet_addr -> Eio.Net.Ipaddr.v4v6