Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 53919da1eb7b299aeaf7fae0057a75b7 > files > 1890

libnl3-doc-3.2.21-1.fc18.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>libnl: Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="libnl.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libnl
   &#160;<span id="projectnumber">3.2.21</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">libnl Documentation</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="main_intro"></a>
Introduction</h1>
<p>libnl is a set of libraries to deal with the netlink protocol and some of the high level protocols implemented on top of it. The goal is to provide APIs on different levels of abstraction. The core library libnl provides a fundamental set of functions to deal with sockets, construct messages, and send/receive those messages. Additional high level interfaces for several individual netlink protocols are provided in separate libraries (e.g. "nl-route", "nl-genl", ...).</p>
<p>The library is designed to ensure that all components are optional, i.e. even though the core library provides a caching system which allows to easly manage objects of any kind, no application is required to use this caching system if it has no need for it.</p>
<p>The library was developed and tested on 2.6.x kernel releases. It may or may not work with older kernel series. Also, although all netlink protocols are required to maintain backwards compatibility, this has not always achieved and undesired side effects can occur if a recent libnl version is used with a considerably older kernel.</p>
<h1><a class="anchor" id="main_toc"></a>
Table of Contents</h1>
<h1><a class="anchor" id="main_trees"></a>
GIT Trees</h1>
<h2><a class="anchor" id="tree_dev"></a>
Development Tree</h2>
<div class="fragment"><div class="line">git:<span class="comment">//git.infradead.org/users/tgr/libnl.git</span></div>
</div><!-- fragment --><ul>
<li>Web: <a href="http://git.infradead.org/users/tgr/libnl.git">http://git.infradead.org/users/tgr/libnl.git</a></li>
</ul>
<h1><a class="anchor" id="main_website"></a>
Website</h1>
<ul>
<li><a href="http://www.infradead.org/~tgr/libnl/">http://www.infradead.org/~tgr/libnl/</a></li>
</ul>
<h1><a class="anchor" id="main_mailinglist"></a>
Mailinglist</h1>
<p>Please post questions and patches to the libnl mailinglist:</p>
<div class="fragment"><div class="line">libnl@lists.infradead.org</div>
</div><!-- fragment --><ul>
<li>Archives: <a href="http://canuck.infradead.org/pipermail/libnl/">http://canuck.infradead.org/pipermail/libnl/</a> </li>
</ul>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Thu Jan 24 2013 14:39:31 for libnl by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.1.1 </li>
  </ul>
</div>
</body>
</html>