libnl/lib/genl
Thomas Graf faef2fa45f genl: Support registration of families without depending on caches
Introduces the functions genl_register_family() and
genl_unregister_family() to register a Generic Netlink family
which does not implement a cachable type.

API users can direct received messages into genl_handle_msg() which
will validate the messages and call the callback functions defined
in the commands definition.

See test/test-genl.c for an example on how to use it.
2012-06-01 11:48:08 +02:00
..
ctrl.c genl: updates to API reference documentation 2012-05-31 13:11:48 +02:00
family.c genl: updates to API reference documentation 2012-05-31 13:11:48 +02:00
genl.c genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen() 2012-05-31 13:37:57 +02:00
mngt.c genl: Support registration of families without depending on caches 2012-06-01 11:48:08 +02:00