haiku/docs/develop/net/index.html
Philippe Houdoin d770ad3536 Updated network documentation files to match recent cvs changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3250 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-17 13:06:30 +00:00

71 lines
2.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>OpenBeOS Network Kit</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE type="text/css">
body
{
text-indent: 0in;
font-stretch: normal;
text-align: left;
font-weight: normal;
text-decoration: none;
font-variant: normal;
color: #000000;
font-size: 12pt;
font-style: normal;
widows: 2;
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
background-color: #ffffff;
}
</STYLE>
</HEAD>
<BODY text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff>
<H1>OpenBeOS Network Kit</H1>
<P>
<UL>
<LI><A href="overview.html">Overview</A>
<LI><A href="build.html">Build &amp; installation intructions</A>
<LI>Implementation:
<UL>
<LI><A href="libs.html">The shared libraries</A>
<UL>
<LI><A href="libs.html#libnet">libnet.so</A>
<UL>
<LI><A href="libs.html#sockets_api">POSIX/BSD sockets support</A>
<LI><A href="libs.html#dns_resolver">DNS resolver</A>
<LI><A href="libs.html#libnet_misc">Misc functions</A>
</UL>
<LI><A href="libs.html#libnetapi">libnetapi.so</A>
</UL>
<LI><A href="stack_driver.html">The stack driver</A>
<LI><A href="stack.html">The network stack</A>
<UL>
<LI><A href="stack.html#core">Core module
<LI><A href="stack.html#interfaces">Interfaces modules</A>
<LI><A href="stack.html#protocols">Protocols modules</A>
</UL>
<LI><A href="apps.html">Network apps</A>
<UL>
<LI><A href="apps.html#preflet">The Network GUI preference app</A>
<LI><A href="apps.html#ping">ping</A>
<LI><A href="apps.html#ifconfig">ifconfig</A>
<LI><A href="apps.html#route">route</A>
<LI><A href="apps.html#traceroute">traceroute</A>
<LI><A href="apps.html#arp">arp</A>
</UL>
</UL>
</UL>
</P>
<HR>
<H6>Philippe Houdoin, May 16th, 2003</H6>
</BODY>
</HTML>