*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ng_split | Section: 4 | Source: FreeBSD | File: ng_split.4.gz
NG_SPLIT(4) FreeBSD Kernel Interfaces Manual NG_SPLIT(4) NAME ng_split - netgraph node to separate incoming and outgoing flows SYNOPSIS #include <netgraph/ng_split.h> DESCRIPTION The split node type is used to split a bidirectional stream of packets into two separate unidirectional streams of packets. HOOKS This node type supports the following three hooks: in Packets received on in are forwarded to mixed. out Packets received on out will be discarded as illegal. mixed Packets received on mixed are forwarded to out. CONTROL MESSAGES This node type supports only the generic control messages. SHUTDOWN This node shuts down upon receipt of a NGM_SHUTDOWN control message, or when all hooks have been disconnected. SEE ALSO netgraph(4), ngctl(8) HISTORY The ng_split node type was implemented in FreeBSD 3.5 but incorporated into FreeBSD in FreeBSD 5.0. AUTHORS Julian Elischer <[email protected]> Vitaly V. Belekhov <[email protected]> FreeBSD 14.1-RELEASE-p8 February 19, 2001 FreeBSD 14.1-RELEASE-p8

Navigation Options