FreeBSD kernel netgraph code
ng_device.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_DEVICE_NODE_TYPE   "device"
 
#define NGM_DEVICE_COOKIE   1091129178
 
#define NG_DEVICE_DEVNAME   "ngd"
 

Enumerations

enum  { NGM_DEVICE_GET_DEVNAME , NGM_DEVICE_ETHERALIGN }
 

Macro Definition Documentation

◆ NG_DEVICE_DEVNAME

#define NG_DEVICE_DEVNAME   "ngd"

Definition at line 37 of file ng_device.h.

◆ NG_DEVICE_NODE_TYPE

#define NG_DEVICE_NODE_TYPE   "device"

Definition at line 35 of file ng_device.h.

◆ NGM_DEVICE_COOKIE

#define NGM_DEVICE_COOKIE   1091129178

Definition at line 36 of file ng_device.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_DEVICE_GET_DEVNAME 
NGM_DEVICE_ETHERALIGN 

Definition at line 40 of file ng_device.h.