tcpip.tcp
Tcp.Sequence
tcpip
tcpip.checksum
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp_socket_options
tcpip.tcpv4v6-socket
tcpip.udp
tcpip.udpv4v6-socket
type t
val lt : t -> t -> bool
val leq : t -> t -> bool
val gt : t -> t -> bool
val geq : t -> t -> bool
val between : t -> t -> t -> bool
val add : t -> t -> t
val sub : t -> t -> t
val succ : t -> t
val pred : t -> t
val compare : t -> t -> int
val of_int32 : int32 -> t
val of_int : int -> t
val to_int32 : t -> int32
val to_int : t -> int
val zero : t
val pp : Format.formatter -> t -> unit