package tcpip

  1. Overview
  2. Docs
type t = {
  1. src_port : Cstruct.uint16;
  2. dst_port : Cstruct.uint16;
}
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
module Unmarshal : sig ... end
module Marshal : sig ... end