diff options
Diffstat (limited to 'static/freebsd/man4/ng_gif_demux.4 4.html')
| -rw-r--r-- | static/freebsd/man4/ng_gif_demux.4 4.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/static/freebsd/man4/ng_gif_demux.4 4.html b/static/freebsd/man4/ng_gif_demux.4 4.html new file mode 100644 index 00000000..3757f155 --- /dev/null +++ b/static/freebsd/man4/ng_gif_demux.4 4.html @@ -0,0 +1,84 @@ +<table class="head"> + <tr> + <td class="head-ltitle">NG_GIF_DEMUX(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">NG_GIF_DEMUX(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_gif_demux</code> — + <span class="Nd">demultiplexer for packets from <a class="Xr">ng_gif(4)</a> + nodes</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 + <<a class="In">netgraph/ng_gif_demux.h</a>></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">ng_gif_demux</code> netgraph node type + demultiplexes the output from <a class="Xr">ng_gif(4)</a> nodes in the + <a class="Xr">netgraph(4)</a> networking subsystem.</p> +<p class="Pp">The <code class="Dv">gif</code> hook is meant to be connected to + the <code class="Dv">lower</code> or <code class="Dv">orphans</code> hook of + an <a class="Xr">ng_gif(4)</a> node. The <code class="Dv">inet</code>, + <code class="Dv">inet6</code>, <code class="Dv">atalk</code>, + <code class="Dv">ipx</code>, <code class="Dv">atm</code>, + <code class="Dv">natm</code>, and <code class="Dv">ns</code> hooks output + frames of the given type when they are received on the + <code class="Dv">gif</code> hook. When a frame is received on one of these + hooks, it is encapsulated and sent out the <code class="Dv">gif</code> + hook.</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 hooks:</p> +<dl class="Bl-tag"> + <dt id="gif"><var class="Va">gif</var></dt> + <dd>Connection to the <code class="Dv">lower</code> or + <code class="Dv">orphans</code> hook of an <a class="Xr">ng_gif(4)</a> + node.</dd> + <dt id="inet"><var class="Va">inet</var></dt> + <dd>Hook for input and output of IP frames.</dd> + <dt id="inet6"><var class="Va">inet6</var></dt> + <dd>Hook for input and output of IPv6 frames.</dd> + <dt id="atalk"><var class="Va">atalk</var></dt> + <dd>Hook for input and output of AppleTalk frames.</dd> + <dt id="ipx"><var class="Va">ipx</var></dt> + <dd>Hook for input and output of IPX frames.</dd> + <dt id="atm"><var class="Va">atm</var></dt> + <dd>Hook for input and output of ATM frames.</dd> + <dt id="natm"><var class="Va">natm</var></dt> + <dd>Hook for input and output of NATM frames.</dd> + <dt id="ns"><var class="Va">ns</var></dt> + <dd>Hook for input and output of NS frames.</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="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">gif(4)</a>, <a class="Xr">netgraph(4)</a>, + <a class="Xr">netintro(4)</a>, <a class="Xr">ng_gif(4)</a>, + <a class="Xr">ifconfig(8)</a>, <a class="Xr">ngctl(8)</a>, + <a class="Xr">nghook(8)</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">Brooks Davis</span> + <<a class="Mt" href="mailto:brooks@FreeBSD.org">brooks@FreeBSD.org</a>></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">September 18, 2001</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
