package netlink

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val castp : 'a Ctypes.typ -> 'b Ctypes.ptr -> 'a Ctypes.ptr
val read_nullable : 'a Ctypes.typ -> unit Ctypes.ptr -> 'b option
val write_nullable : 'a Ctypes.typ -> 'b option -> unit Ctypes.ptr
val nullable_view : 'a Ctypes.typ -> 'a option Ctypes.typ
val string_opt : string option Ctypes.typ
val libnl_names : string list
val libnl_route_names : string list
val dlopen : filenames:string list -> flags:Dl.flag list -> Dl.library
val libnl : Dl.library
val libnl_route : Dl.library
module Socket : sig ... end
module Cache : sig ... end
type addr
val addr_to_string' : addr Ctypes.structure Ctypes_static.ptr -> string -> string
val addr_to_string : addr Ctypes.structure Ctypes_static.ptr -> string
module Address : sig ... end