package ipaddr

  1. Overview
  2. Docs
A library for manipulation of IP (and MAC) address representations

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ipaddr-5.6.1.tbz
sha256=1e617df8abd45843c823e9be75267d27426cb578661cf25622d50b25ae14a319
sha512=09c37f963d27f697ee17b83f26364002cc2e60516c2199f78cd20663aaf293a1ce4380d728641b4c9b79066dc814c8f9293722a567ce6898261c4e98b34d80c2

doc/ipaddr.unix/Ipaddr_unix/index.html

Module Ipaddr_unixSource

Convert to and from Unix to Ipaddr representations

v5.6.1 - homepage

Sourceval to_inet_addr : Ipaddr.t -> Unix.inet_addr

to_inet_addr ip is the Unix.inet_addr equivalent of the IPv4 or IPv6 address ip.

Sourceval of_inet_addr : Unix.inet_addr -> Ipaddr.t

of_inet_addr ip is the Ipaddr.t equivalent of the Unix.inet_addr ip.

Sourcemodule V4 : sig ... end
Sourcemodule V6 : sig ... end
OCaml

Innovation. Community. Security.