Query: ng_ui
OS: linux
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NG_UI(4) BSD Kernel Interfaces Manual NG_UI(4)NAMEng_UI -- UI netgraph node typeSYNOPSIS#include <netgraph/ng_UI.h>DESCRIPTIONThe 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.HOOKSThis 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 MESSAGESThis node type supports only the generic control messages.SHUTDOWNThis node shuts down upon receipt of a NGM_SHUTDOWN control message, or when both hooks have been disconnected.SEE ALSOnetgraph(4), ngctl(8)HISTORYThe ng_UI node type was implemented in FreeBSD 4.0.AUTHORSJulian Elischer <julian@FreeBSD.org>BSDJanuary 19, 1999 BSD
Related Man Pages |
---|
ng_ui(4) - debian |
ng_ui(4) - opensolaris |
ng_ui(4) - php |
ng_ui(4) - linux |
ng_ui(4) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Need some information about Pacs and DDS Packets |