package arp

  1. Overview
  2. Docs
Address Resolution Protocol purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

arp-4.0.0.tbz
sha256=0b6061ff637066a0891227429e487044ca16dc0b1b42dbf074587d2222640da5
sha512=101e54c5de0c49ee91f07d4fbf381938689b5391d287609e3a0e98f2d8dc99b5801cfa0bb91da399c47e89305ba924b29801dbe1defb566f768cfbde96bbccc0

doc/arp.mirage/Arp/index.html

Module ArpSource

ARP

Sourcemodule type S = sig ... end

Address resolution protocol, translating network addresses (e.g. IPv4) into link layer addresses (MAC).

Sourcemodule Make (Ethernet : Ethernet.S) : sig ... end
OCaml

Innovation. Community. Security.

On This Page
  1. ARP