module Ip : sig ... end
type t
=
{
dlSrc : Packet.dlAddr option; |
dlDst : Packet.dlAddr option; |
dlTyp : Packet.dlTyp option; |
dlVlan : Packet.dlVlan; |
dlVlanPcp : Packet.dlVlanPcp option; |
nwSrc : Ip.t option; |
nwDst : Ip.t option; |
nwProto : Packet.nwProto option; |
tpSrc : Packet.tpPort option; |
tpDst : Packet.tpPort option; |
inPort : portId option; |
}
WARNING: There are dependencies between different fields that must be met
val format : Format.formatter ‑> t ‑> unit
val string_of : t ‑> string