summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/iflib.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/iflib.9 4.html')
-rw-r--r--static/freebsd/man9/iflib.9 4.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/static/freebsd/man9/iflib.9 4.html b/static/freebsd/man9/iflib.9 4.html
deleted file mode 100644
index 86e00305..00000000
--- a/static/freebsd/man9/iflib.9 4.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">IFLIB(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">IFLIB(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">iflib</code> &#x2014; <span class="Nd">Network
- Interface Driver Framework</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp"><code class="Nm">iflib</code> is a framework for writing network
- interface drivers for <span class="Ux">FreeBSD</span>. It is designed to
- remove a large amount of the boilerplate that is often needed for modern
- network interface devices, allowing driver authors to focus on the specific
- code needed for their hardware.</p>
-<p class="Pp">There are three logical components to
- <code class="Nm">iflib</code> each of which is described in its own manual
- page. These are:</p>
-<dl class="Bl-tag">
- <dt><a class="Xr">iflibdi(9)</a></dt>
- <dd>Device-independent functions, used to integrate
- <code class="Nm">iflib</code> into the rest of the
- <span class="Ux">FreeBSD</span> networking stack.</dd>
- <dt><a class="Xr">iflibdd(9)</a></dt>
- <dd>Device-dependent functions, used when writing new
- <code class="Nm">iflib</code> based drivers.</dd>
- <dt><a class="Xr">iflibtxrx(9)</a></dt>
- <dd>Device-dependent transmit and receive functions, used when writing new
- <code class="Nm">iflib</code> based drivers.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">iflib(4)</a>, <a class="Xr">iflibdd(9)</a>,
- <a class="Xr">iflibdi(9)</a>, <a class="Xr">iflibtxrx(9)</a>,
- <a class="Xr">ifnet(9)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><span class="An">Benno Rice</span>
- &lt;<a class="Mt" href="mailto:benno@FreeBSD.org">benno@FreeBSD.org</a>&gt;</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">September 20, 2018</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>