package openflow

  1. Overview
  2. Docs
type reasonType =
  1. | NO_MATCH
  2. | ACTION
val int_to_reasonType : int -> reasonType option
val reasonType_to_int : reasonType -> int
val reasonType_to_string : reasonType -> string
val string_to_reasonType : string -> reasonType option
val sizeof_ofp_packet_in : int
val get_ofp_packet_in_buffer_id : Cstruct.t -> Cstruct.uint32
val set_ofp_packet_in_buffer_id : Cstruct.t -> Cstruct.uint32 -> unit
val get_ofp_packet_in_total_len : Cstruct.t -> Cstruct.uint16
val set_ofp_packet_in_total_len : Cstruct.t -> Cstruct.uint16 -> unit
val get_ofp_packet_in_reason : Cstruct.t -> Cstruct.uint8
val set_ofp_packet_in_reason : Cstruct.t -> Cstruct.uint8 -> unit
val get_ofp_packet_in_table_id : Cstruct.t -> Cstruct.uint8
val set_ofp_packet_in_table_id : Cstruct.t -> Cstruct.uint8 -> unit
val hexdump_ofp_packet_in_to_buffer : Buffer.t -> Cstruct.t -> unit
val hexdump_ofp_packet_in : Cstruct.t -> unit