diff options
Diffstat (limited to 'static/freebsd/man4/ng_ip_input.4 4.html')
| -rw-r--r-- | static/freebsd/man4/ng_ip_input.4 4.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/static/freebsd/man4/ng_ip_input.4 4.html b/static/freebsd/man4/ng_ip_input.4 4.html new file mode 100644 index 00000000..74dc50f5 --- /dev/null +++ b/static/freebsd/man4/ng_ip_input.4 4.html @@ -0,0 +1,67 @@ +<table class="head"> + <tr> + <td class="head-ltitle">NG_IP_INPUT(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">NG_IP_INPUT(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_ip_input</code> — + <span class="Nd">netgraph IP input node type</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_ip_input.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">ip_input</code> node type takes all received + packets and queues them into the IP in input processing subsystem.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HOOKS"><a class="permalink" href="#HOOKS">HOOKS</a></h1> +<p class="Pp">An <code class="Nm">ng_ip_input</code> node accepts any request to + connect, regardless of the hook name, as long as the name is unique.</p> +</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. Other + control messages are silently discarded.</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_ip_input</code> node type was implemented + 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">Brooks Davis</span> + <<a class="Mt" href="mailto:brooks@FreeBSD.org">brooks@FreeBSD.org</a>></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> +<p class="Pp">The <code class="Nm">ng_ip_input</code> node type should probably + keep some sort of statistics.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">September 27, 2001</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
