Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ng_split(4) [opensolaris man page]

NG_SPLIT(4)                                                BSD 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 <julian@FreeBSD.org> Vitaly V. Belekhov <vitaly@riss-telecom.ru> BSD February 19, 2001 BSD

Check Out this Related Man Page

NG_UI(4)						   BSD Kernel Interfaces Manual 						  NG_UI(4)

NAME
ng_UI -- UI netgraph node type SYNOPSIS
#include <netgraph/ng_UI.h> DESCRIPTION
The UI node type has two hooks, upstream and downstream. Packets received on downstream must have 0x03 (indicating unnumbered information) as their first byte; if not the packet is dropped. This byte is then stripped and the remainder of the packet sent out on upstream. Conversely, packets received on upstream will have a 0x03 byte prepended to them before being forwarded out on the downstream hook. HOOKS
This node type supports the following hooks: downstream Downstream connection. Packets on this side of the node have a 0x03 as their first byte. upstream Upstream connection. Packets on this side of the node have the initial 0x03 byte stripped off. 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 both hooks have been disconnected. SEE ALSO
netgraph(4), ngctl(8) HISTORY
The ng_UI node type was implemented in FreeBSD 4.0. AUTHORS
Julian Elischer <julian@FreeBSD.org> BSD
January 19, 1999 BSD
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Server Specs

I am a complete newbie to the realm of unix, linux, FreeBSD, etc etc so please bear with me. I just purchased a book on FreeBSD that comes with FreeBSD 4.4 on some CDs. My first goal is just to learn FreeBSD and become familiar with it. What I would like to eventually do is run a file server... (1 Reply)
Discussion started by: BKR
1 Replies

2. UNIX for Dummies Questions & Answers

FreeBSD

What is FreeBSD, who does use Free? (3 Replies)
Discussion started by: cyberangel
3 Replies

3. BSD

New Site: FreeBSD Addicts

Just wanted to say hello and let you FreeBSD fans know about the new site: FreeBSD Addicts http://freebsdaddicts.org/ We mainly deal with FreeBSD news, How-To, and forums. Stop by and see us! BTW, if any admins of this site see this, nice logo up top. (1 Reply)
Discussion started by: UID500
1 Replies

4. Solaris

Snoop perl script

Hi , I would like to write a perl script with the snoop command to capture packets from a specific IP address to a node (incoming packets) and packets from that node for the same session to another node and save the capture to a file. I would like my script to be able to read my IP all the time... (7 Replies)
Discussion started by: Pouchie1
7 Replies

5. Shell Programming and Scripting

Retrying a remote connection after failure

Hi all, I am new to this forum and want an urgent help from you experts. I am currently using SunOs 5.10. I have a .cfi file which contains some commands to be executed in a node(MSC node in telecom) To connect to a node (for eg node name is MSC1) we have a shell script that has the... (5 Replies)
Discussion started by: interceptor16
5 Replies