You can search for identifiers within the package.
in-package search v0.2.0
netlink
Netlink.Socket
type t
val t : t Ctypes.structure Ctypes.typ
type protocol =
| NETLINK_ROUTE
val int_of_protocol : protocol -> int
val protocol_of_int : int -> protocol
val protocol : protocol Ctypes.typ
val alloc : unit -> t Ctypes.structure Ctypes_static.ptr
val free : t Ctypes.structure Ctypes_static.ptr -> unit
exception Connect_failed
val connect' : t Ctypes.structure Ctypes_static.ptr -> protocol -> int
val connect : t Ctypes.structure Ctypes_static.ptr -> protocol -> unit
val close : t Ctypes.structure Ctypes_static.ptr -> unit