summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/ng_split.4 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/freebsd/man4/ng_split.4 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/freebsd/man4/ng_split.4 4.html')
-rw-r--r--static/freebsd/man4/ng_split.4 4.html77
1 files changed, 0 insertions, 77 deletions
diff --git a/static/freebsd/man4/ng_split.4 4.html b/static/freebsd/man4/ng_split.4 4.html
deleted file mode 100644
index e2e859da..00000000
--- a/static/freebsd/man4/ng_split.4 4.html
+++ /dev/null
@@ -1,77 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">NG_SPLIT(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">NG_SPLIT(4)</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">ng_split</code> &#x2014;
- <span class="Nd">netgraph node to separate incoming and outgoing
- flows</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">netgraph/ng_split.h</a>&gt;</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">split</code> node type is used to split a
- bidirectional stream of packets into two separate unidirectional streams of
- packets.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HOOKS"><a class="permalink" href="#HOOKS">HOOKS</a></h1>
-<p class="Pp">This node type supports the following three hooks:</p>
-<dl class="Bl-tag">
- <dt id="in"><var class="Va">in</var></dt>
- <dd>Packets received on <i class="Em">in</i> are forwarded to
- <i class="Em">mixed</i>.</dd>
- <dt id="out"><var class="Va">out</var></dt>
- <dd>Packets received on <i class="Em">out</i> will be discarded as
- illegal.</dd>
- <dt id="mixed"><var class="Va">mixed</var></dt>
- <dd>Packets received on <i class="Em">mixed</i> are forwarded to
- <i class="Em">out</i>.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="CONTROL_MESSAGES"><a class="permalink" href="#CONTROL_MESSAGES">CONTROL
- MESSAGES</a></h1>
-<p class="Pp">This node type supports only the generic control messages.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SHUTDOWN"><a class="permalink" href="#SHUTDOWN">SHUTDOWN</a></h1>
-<p class="Pp">This node shuts down upon receipt of a
- <code class="Dv">NGM_SHUTDOWN</code> control message, or when all hooks have
- been disconnected.</p>
-</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">netgraph(4)</a>, <a class="Xr">ngctl(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">ng_split</code> node type was implemented in
- <span class="Ux">FreeBSD 3.5</span> but incorporated into
- <span class="Ux">FreeBSD</span> in <span class="Ux">FreeBSD 5.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp"><span class="An">Julian Elischer</span>
- &lt;<a class="Mt" href="mailto:julian@FreeBSD.org">julian@FreeBSD.org</a>&gt;
- <br/>
- <span class="An">Vitaly V. Belekhov</span>
- &lt;<a class="Mt" href="mailto:vitaly@riss-telecom.ru">vitaly@riss-telecom.ru</a>&gt;</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">February 19, 2001</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>