summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Damato <ice799@gmail.com>2013-07-03 18:40:58 -0700
committerJoe Damato <ice799@gmail.com>2013-07-19 02:06:21 -0700
commit81d2b1d509d91fe894e4aec0a6a76b0bf75514cd (patch)
tree9bf88cb826292b75e17ec86e975e2b644774e4d5 /doc
parent89b00119f213dd7234321324b3ff12ba3e259a93 (diff)
downloadlibnl-81d2b1d509d91fe894e4aec0a6a76b0bf75514cd.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7a0640c0..50e8f0c9 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -197,8 +197,10 @@ ALIASES = arg=\param \
"ref_asciidoc{3}=<a href=\"../\1.html#\2\"><b>\3</b></a>" \
"ref_core{2}=\ref_asciidoc{core,\1,\2 (Netlink Core Library Development Guide)}" \
"ref_route{2}=\ref_asciidoc{route,\1,\2 (Netlink Routing Development Guide)}" \
+ "ref_idiagnl{2}=\ref_asciidoc{idiag,\1,\2 (Netlink Inet Diag Development Guide)}" \
"core_doc{2}=\ref_core{\1,\2}" \
"route_doc{2}=\ref_route{\1,\2}" \
+ "idiagnl_doc{2}=\ref_idiagnl{\1,\2}" \
"callback=\par Callback Invocation:\n" \
"lowlevel=\copydoc low_level_api"