Mirage_protocols.Ethernet
Ethernet errors and protocols.
type error = [
|
`Exceeds_mtu
]
val pp_error : error Fmt.t
type proto = [
`ARP
`IPv4
`IPv6
val pp_proto : proto Fmt.t