libnl-3.0
Description:
The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces.
- Binding-Maintainer(s): Michael 'Mickey' Lauer
- Devhelp-Package download
Content:
Namespaces:
- Netlink
- AddrCache
- Address
- Attribute
- AttributePolicy
- Cache
- CacheManager
- CachedLink
- Callback
- Link
- LinkCache
- Message
- MessageHeader
- Neighbour
- Object
- Qdisc
- Route
- RouteAddress
- Rule
- Socket
- public delegate void CallbackFunc (Object obj)
- public delegate void ChangeCallbackFunc (Cache cache, Object obj, CacheAction act)
- public delegate int MessageCallbackFunc (Message msg)
- public unowned string addrFlags2Str (int flags, char[] buf)
- public unowned string af2Str (int family, char[] buf)
- public unowned string linkFlags2Str (uint flags, char[] buf)
- public unowned string llproto2Str (uint proto, char[] buf)
- public unowned string msgType2Str (int type, char[] buf)
- public unowned string neighFlags2Str (uint flags, char[] buf)
- public unowned string neighState2Str (int state, char[] buf)
- public unowned string routeScope2Str (int scope, char[] buf)
- public unowned string routeType2Str (int type, char[] buf)
- public unowned string strerror (int number)