package mirage

  1. Overview
  2. Docs
The MirageOS library operating system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-4.10.5.tbz
sha256=c0b2deb8f9cfec44f9dbc256a18b50944f2aa8fcba84aef3165abebd23476e0c
sha512=e354f1cb4d12b424c22b9add0851a8750fe09f095ca97f0ec0360b18f7c69db60b155fdd18b0d7a6cea3432e63f20e4695a5bccaac3fc34588348e4311baa1c5

doc/mirage.devices/Devices/Ip/index.html

Module Devices.IpSource

Sourcetype v4
Sourcetype v6
Sourcetype v4v6
Sourcetype 'a ip
Sourcetype ipv4 = v4 ip
Sourcetype ipv6 = v6 ip
Sourcetype ipv4v6 = v4v6 ip
Sourcetype dhcp_ipv4
Sourcetype lease
Sourcemodule Dhcp_requests : sig ... end
Sourceval keyed_create_ipv4 : ?group:string -> ?network:Ipaddr.V4.Prefix.t -> ?gateway:Ipaddr.V4.t -> no_init:bool Functoria.DSL.runtime_arg -> Ethernet.ethernet Functoria.DSL.impl -> Arp.arpv4 Functoria.DSL.impl -> ipv4 Functoria.DSL.impl
Sourceval keyed_create_ipv6 : ?group:string -> ?network:Ipaddr.V6.Prefix.t -> ?gateway:Ipaddr.V6.t -> no_init:bool Functoria.DSL.runtime_arg -> Network.network Functoria.DSL.impl -> Ethernet.ethernet Functoria.DSL.impl -> ipv6 Functoria.DSL.impl
Sourceval keyed_ipv4_of_dhcp : ?group:string -> ?dhcp_requests:Dhcp_requests.t -> ?gateway:Ipaddr.V4.t -> no_init:bool Functoria.DSL.runtime_arg -> Network.network Functoria.DSL.impl -> Ethernet.ethernet Functoria.DSL.impl -> Arp.arpv4 Functoria.DSL.impl -> dhcp_ipv4 Functoria.DSL.impl
Sourceval dhcp_proj_ipv4 : (dhcp_ipv4 -> ipv4) Functoria.DSL.impl
Sourceval dhcp_proj_lease : (dhcp_ipv4 -> lease) Functoria.DSL.impl
Sourceval right_tcpip_library : string list -> Functoria.DSL.package