package ethernet

  1. Overview
  2. No Docs
OCaml Ethernet (IEEE 802.3) layer, used in MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ethernet-3.2.0.tbz
sha256=4c1da70214221d9d4393a9ffde2e3db3d1ca347f76c8d525df197de21072ac09
sha512=33bc592ca642b7b4cefbdb473ce21da80a4517d2ecf7b40614a19f5edaf309f5cae3f30b5e069ee3bb363ad778d72920c448679f086a2a1813b1db1b0cd8ddc3

doc/ethernet/Ethernet/index.html

Module EthernetSource

OCaml Ethernet (IEEE 802.3) layer

Ethernet (IEEE 802.3) is a widely used data link layer. The hardware is usually a twisted pair or fibre connection, on the software side it consists of an Ethernet header where source and destination mac addresses, and a type field, indicating the type of the next layer, are present. The Ethernet layer consists of network card mac address and MTU information, and provides decapsulation and encapsulation.

Ethernet layer

Sourcemodule Packet : sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (N : Mirage_net.S) : sig ... end
On This Page
  1. Ethernet layer