mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 02:29:50 +00:00
faef2fa45f
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. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
test-cache-mngr.c | ||
test-complex-HTB-with-hash-filters.c | ||
test-create-bond.c | ||
test-create-vlan.c | ||
test-delete-link.c | ||
test-genl.c | ||
test-nf-cache-mngr.c | ||
test-socket-creation.c |