FreeBSD kernel netgraph code
ng_split.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NG_SPLIT_NODE_TYPE   "split"
 
#define NGM_SPLIT_COOKIE   949409402
 
#define NG_SPLIT_HOOK_MIXED   "mixed" /* Mixed stream (in/out) */
 
#define NG_SPLIT_HOOK_OUT   "out" /* Output to outhook (sending out) */
 
#define NG_SPLIT_HOOK_IN   "in" /* Input from inhook (receiving) */
 

Macro Definition Documentation

◆ NG_SPLIT_HOOK_IN

#define NG_SPLIT_HOOK_IN   "in" /* Input from inhook (receiving) */

Definition at line 43 of file ng_split.h.

◆ NG_SPLIT_HOOK_MIXED

#define NG_SPLIT_HOOK_MIXED   "mixed" /* Mixed stream (in/out) */

Definition at line 41 of file ng_split.h.

◆ NG_SPLIT_HOOK_OUT

#define NG_SPLIT_HOOK_OUT   "out" /* Output to outhook (sending out) */

Definition at line 42 of file ng_split.h.

◆ NG_SPLIT_NODE_TYPE

#define NG_SPLIT_NODE_TYPE   "split"

Definition at line 37 of file ng_split.h.

◆ NGM_SPLIT_COOKIE

#define NGM_SPLIT_COOKIE   949409402

Definition at line 38 of file ng_split.h.