sig
type t = private int
type outer_t = int
val to_string : t -> string
val print : Batteries.Format.formatter -> t -> unit
val o : outer_t -> t
val icmp : t
val tcp : t
val udp : t
val ipv6 : t
val icmpv6 : t
val random : unit -> t
end