FreeBSD kernel netgraph code
ng_hub.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_HUB_NODE_TYPE   "hub"
 
#define NGM_HUB_COOKIE   1082189597
 

Enumerations

enum  { NGM_HUB_SET_PERSISTENT = 1 }
 

Macro Definition Documentation

◆ NG_HUB_NODE_TYPE

#define NG_HUB_NODE_TYPE   "hub"

Definition at line 35 of file ng_hub.h.

◆ NGM_HUB_COOKIE

#define NGM_HUB_COOKIE   1082189597

Definition at line 36 of file ng_hub.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_HUB_SET_PERSISTENT 

Definition at line 39 of file ng_hub.h.