GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NG_SPLIT(4) FreeBSD Kernel Interfaces Manual NG_SPLIT(4)

ng_split
netgraph node to separate incoming and outgoing flows

#include <netgraph/ng_split.h>

The split node type is used to split a bidirectional stream of packets into two separate unidirectional streams of packets.

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.

This node type supports only the generic control messages.

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

netgraph(4), ngctl(8)

The ng_split node type was implemented in FreeBSD 3.5 but incorporated into FreeBSD in FreeBSD 5.0.

Julian Elischer <julian@FreeBSD.org>
Vitaly V. Belekhov <vitaly@riss-telecom.ru>
February 19, 2001 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.