package mirage-vnetif-stack

  1. Overview
  2. Docs
type 'a io = 'a Lwt.t
type buffer = Cstruct.t
type id = int
type macaddr = Macaddr.t
type t
val register : t -> (id, Mirage_net.Net.error) Stdlib.result
val unregister : t -> id -> unit io
val mac : t -> id -> macaddr
val write : t -> id -> size:int -> (buffer -> int) -> (unit, Mirage_net.Net.error) Stdlib.result io
val set_listen_fn : t -> id -> (buffer -> unit io) -> unit
val unregister_and_flush : t -> id -> unit io