package tcpip

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

Module Ipv4_packetSource

Sourcetype t = {
  1. src : Ipaddr.V4.t;
  2. dst : Ipaddr.V4.t;
  3. id : Cstruct.uint16;
  4. off : Cstruct.uint16;
  5. ttl : Cstruct.uint8;
  6. proto : Cstruct.uint8;
  7. options : Cstruct.t;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourcetype protocol = [
  1. | `ICMP
  2. | `TCP
  3. | `UDP
]
Sourcemodule Unmarshal : sig ... end
Sourcemodule Marshal : sig ... end
OCaml

Innovation. Community. Security.