package tcpip

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Udp_packetSource

Sourcetype t = {
  1. src_port : Cstruct.uint16;
  2. dst_port : Cstruct.uint16;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourcemodule Unmarshal : sig ... end
Sourcemodule Marshal : sig ... end
OCaml

Innovation. Community. Security.