Module Frenetic.OpenFlow0x04.Oxm

type t = Frenetic_kernel__OpenFlow0x04.oxm
val field_name : t ‑> string
val sizeof : t ‑> int
val sizeof_header : t ‑> int
val to_string : t ‑> string
val match_to_string : Frenetic_kernel__OpenFlow0x04.oxmMatch ‑> string
val marshal : Cstruct.t ‑> t ‑> int
val marshal_header : Cstruct.t ‑> t ‑> int
val parse : Cstruct.t ‑> t * Cstruct.t
val parse_header : Cstruct.t ‑> t * Cstruct.t
val from_of_pattern : Frenetic_kernel.OpenFlow.Pattern.t ‑> t list