package ethernet

  1. Overview
  2. Docs
type t = {
  1. source : Macaddr.t;
  2. destination : Macaddr.t;
  3. ethertype : Mirage_protocols.Ethernet.proto;
}
type error = string
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
module Unmarshal : sig ... end
module Marshal : sig ... end