Query: ng_ip_input
OS: freebsd
Section: 4
Links: freebsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NG_IP_INPUT(4) BSD Kernel Interfaces Manual NG_IP_INPUT(4)NAMEng_ip_input -- netgraph IP input node typeSYNOPSIS#include <netgraph/ng_ip_input.h>DESCRIPTIONThe ip_input node type takes all received packets and queues them into the IP in input processing subsystem.HOOKSAn ng_ip_input node accepts any request to connect, regardless of the hook name, as long as the name is unique.CONTROL MESSAGESThis node type supports only the generic control messages. Other control messages are silently discarded.SHUTDOWNThis node shuts down upon receipt of a NGM_SHUTDOWN control message, or when all hooks have been disconnected.SEE ALSOnetgraph(4), ngctl(8)HISTORYThe ng_ip_input node type was implemented in FreeBSD 5.0.AUTHORSBrooks Davis <brooks@FreeBSD.org>BUGSThe ng_ip_input node type should probably keep some sort of statistics.BSDSeptember 27, 2001 BSD