dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/tests
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
..
.gitignore u32: example/test code for u32 hashing with HTB 2012-05-08 23:17:53 +02:00
Makefile.am u32: example/test code for u32 hashing with HTB 2012-05-08 23:17:53 +02:00
test-cache-mngr.c test-cache-mngr: Allow for management of arbitary caches via argument string 2012-04-21 15:49:09 +02:00
test-complex-HTB-with-hash-filters.c u32: fix various u32 hashing related warnings 2012-05-16 13:43:52 +02:00
test-create-bond.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-create-vlan.c 3.1 release 2011-08-11 14:30:24 +02:00
test-delete-link.c 3.1 release 2011-08-11 14:30:24 +02:00
test-genl.c genl: Support registration of families without depending on caches 2012-06-01 11:48:08 +02:00
test-nf-cache-mngr.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-socket-creation.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00