package mirage-net-xen

  1. Overview
  2. Docs
Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-net-xen-2.1.8.tbz
sha256=4d551dcec8c2c3205948cccefde1bf07bcd4b2baba04963484bc4218fca3e3f1
sha512=e752d82390d3e5312367c9c544982c9b4b344ad6ffed729081911ba0aff7f5c0f1c2dae1400a5d157da0c6028086ae3046d3bbce30b55bc97846d9bb19b1f99a

doc/mirage-net-xen/Extra/index.html

Module ExtraSource

Descriptor types, from io/netif.h.

Sourceval type_none : int
Sourceval type_gso : int
Sourceval type_mcast_add : int
Sourceval type_mcast_del : int
Sourceval type_hash : int

GSO types, from io/netif.h.

Sourceval gso_type_none : int
Sourceval gso_type_tcpv4 : int
Sourceval gso_type_tcpv6 : int
Sourcetype t = {
  1. typ : int;
  2. flags : int;
  3. gso_size : int;
  4. gso_type : int;
  5. gso_pad : int;
}
Sourceval read : Cstruct.t -> (t, string) result
Sourceval write : t -> Cstruct.t -> unit