package mirage

  1. Overview
  2. Docs
The MirageOS library operating system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-4.11.1.tbz
sha256=58488022e67513a370f1de91297b6c0de15dd15584381276028c08d4ab4ae158
sha512=0ddc27adfdaa88a5ff492261de57d40df89a968db18501b16ac83393446f994f50674b40345625382728a731c22aa82e70675c400310d015829bf0ec1980ecb2

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