libnl/include/netlink-private
Joe Damato 81d2b1d509 Add support for inet diag Netlink protocol.
- Inet diag allows users to gather low-level socket information.
- This library provides a higher-level API for creating inetdiag requests (via
  idiagnl_connect and idiagnl_send_simple) and parsing the replies (via
  idiagnl_msg_parse). A cache is also provided (via idiagnl_msg_alloc_cache).
- Request and message objects provide APIs for accessing and setting the
  various properties of each.
- This library also allows the user to parse the inetdiag response attributes
  which contain information about traffic class, TOS, congestion, socket
  memory info, and more depending on the kernel version used.
- Includes doxygen documentation.
2013-07-19 02:06:21 -07:00
..
route Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
cache-api.h cache: Make NL_ACT_* and nl_cache_ops_(get|put)() available 2013-02-01 10:21:58 +01:00
genl.h genl: Provide internal function to resolve name to id 2013-04-01 11:14:49 +02:00
netlink.h nl: Print file:line:func in debugging messages and provide --disable-debug to disable debugging 2013-04-02 11:39:30 +02:00
object-api.h Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
tc.h Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
types.h Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00