FreeBSD kernel netgraph code
ng_gif.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_GIF_NODE_TYPE   "gif"
 
#define NGM_GIF_COOKIE   994115727
 
#define NG_GIF_HOOK_LOWER   "lower" /* connection to raw device */
 
#define NG_GIF_HOOK_DIVERT   "divert" /* alias for lower */
 
#define NG_GIF_HOOK_ORPHAN   "orphans" /* like lower, unknowns only */
 

Enumerations

enum  { NGM_GIF_GET_IFNAME = 1 , NGM_GIF_GET_IFINDEX }
 

Macro Definition Documentation

◆ NG_GIF_HOOK_DIVERT

#define NG_GIF_HOOK_DIVERT   "divert" /* alias for lower */

Definition at line 79 of file ng_gif.h.

◆ NG_GIF_HOOK_LOWER

#define NG_GIF_HOOK_LOWER   "lower" /* connection to raw device */

Definition at line 78 of file ng_gif.h.

◆ NG_GIF_HOOK_ORPHAN

#define NG_GIF_HOOK_ORPHAN   "orphans" /* like lower, unknowns only */

Definition at line 80 of file ng_gif.h.

◆ NG_GIF_NODE_TYPE

#define NG_GIF_NODE_TYPE   "gif"

Definition at line 74 of file ng_gif.h.

◆ NGM_GIF_COOKIE

#define NGM_GIF_COOKIE   994115727

Definition at line 75 of file ng_gif.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_GIF_GET_IFNAME 
NGM_GIF_GET_IFINDEX 

Definition at line 83 of file ng_gif.h.