logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ng_ip_input — netgraph IP input node type

Authors

       Brooks Davis <brooks@FreeBSD.org>

Bugs

       The ng_ip_input node type should probably keep some sort of statistics.

Debian                                         September 27, 2001                                 NG_IP_INPUT(4)

Control Messages

       This  node  type  supports  only  the  generic  control  messages.   Other  control messages are silently
       discarded.

Description

       The  ip_input  node  type  takes  all  received  packets  and queues them into the IP in input processing
       subsystem.

History

       The ng_ip_input node type was implemented in FreeBSD 5.0.

Hooks

       An ng_ip_input node accepts any request to connect, regardless of the hook name, as long as the  name  is
       unique.

Name

       ng_ip_input — netgraph IP input node type

See Also

netgraph(4), ngctl(8)

Shutdown

       This node shuts down upon receipt of a  NGM_SHUTDOWN  control  message,  or  when  all  hooks  have  been
       disconnected.

Synopsis

#include<netgraph/ng_ip_input.h>

See Also