package mirage

  1. Overview
  2. Docs
The MirageOS library operating system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-4.11.2.tbz
sha256=2cbd7924f82d85ad8ed6bab2f8dc95e6bd15a723532193b56af01813ab20b1a7
sha512=995dd413d02cf279d4de4178d0fda61fdcbad9518f2b114eb76d0c16cd4eeb602fbd44a8916e29b62b307fca9a5f374f7c3d104287f4f7ee9c89e706876a9895

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