module Ip:sig
..end
TODO: Some usual IP options should be understood.
val debug : bool
module Proto:sig
..end
/etc/protocols
.
Stdlib Unix
module already have a type for IP addresses:
Unix.inet_addr
(actually a string
). We use a private type
nonetheless so that we can have a custom printer.
val inet_addr_print : 'a BatInnerIO.output -> Batteries.Unix.inet_addr -> unit
module Addr:sig
..end
module Cidr:sig
..end
module Pdu:sig
..end
module TRX:sig
..end