ng_gif_demux (4)
Leading comments
Copyright 2000 The Aerospace Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documen...
NAME
ng_gif_demux - demultiplexer for packets from ng_gif4 nodesSYNOPSIS
In netgraph/ng_gif_demux.hDESCRIPTION
The netgraph node type demultiplexes the output from ng_gif4 nodes in the netgraph(4) networking subsystem.The gif hook is meant to be connected to the lower or orphans hook of an ng_gif4 node. The inet , inet6 , atalk , ipx , atm , natm and ns hooks output frames of the given type when they are received on the gif hook. When a frame is received on one of these hooks, it is encapsulated and sent out the gif hook.
HOOKS
This node type supports the following hooks:- gif
- Connection to the lower or orphans hook of an ng_gif4 node.
- inet
- Hook for input and output of IP frames.
- inet6
- Hook for input and output of IPv6 frames.
- atalk
- Hook for input and output of AppleTalk frames.
- ipx
- Hook for input and output of IPX frames.
- atm
- Hook for input and output of ATM frames.
- natm
- Hook for input and output of NATM frames.
- ns
- Hook for input and output of NS frames.