package netlink

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Netlink.LinkSource

Sourcetype t
Sourcetype stat_id =
  1. | RX_PACKETS
  2. | TX_PACKETS
  3. | RX_BYTES
  4. | TX_BYTES
  5. | RX_ERRORS
  6. | TX_ERRORS
Sourceexception AllocCacheError
Sourceval int_of_stat_id : stat_id -> int
Sourceval stat_id_of_int : int -> stat_id
Sourceval cache_iter : (t Ctypes.structure Ctypes_static.ptr -> unit) -> unit Ctypes_static.ptr Ctypes.ptr -> unit
Sourceval get_by_name : unit Ctypes_static.ptr -> string -> t Ctypes.structure Ctypes_static.ptr
Sourceval get_ifindex : t Ctypes.structure Ctypes_static.ptr -> int
Sourceval get_name : t Ctypes.structure Ctypes_static.ptr -> string
Sourceval get_stat : t Ctypes.structure Ctypes_static.ptr -> stat_id -> Unsigned.uint64
OCaml

Innovation. Community. Security.