FreeBSD kernel usb device Code
udbp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ngudbpstat
 

Macros

#define NG_UDBP_NODE_TYPE   "udbp"
 
#define NGM_UDBP_COOKIE   944609300
 
#define NG_UDBP_HOOK_NAME   "data"
 
#define NG_UDBP_STATS_TYPE_INFO
 

Enumerations

enum  { NGM_UDBP_SET_FLAG = 1 , NGM_UDBP_GET_STATUS }
 

Macro Definition Documentation

◆ NG_UDBP_HOOK_NAME

#define NG_UDBP_HOOK_NAME   "data"

Definition at line 52 of file udbp.h.

◆ NG_UDBP_NODE_TYPE

#define NG_UDBP_NODE_TYPE   "udbp"

Definition at line 44 of file udbp.h.

◆ NG_UDBP_STATS_TYPE_INFO

#define NG_UDBP_STATS_TYPE_INFO
Value:
{ \
{ "packets_in", &ng_parse_int32_type }, \
{ "packets_out", &ng_parse_int32_type }, \
{ NULL }, \
}

Definition at line 73 of file udbp.h.

◆ NGM_UDBP_COOKIE

#define NGM_UDBP_COOKIE   944609300

Definition at line 50 of file udbp.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_UDBP_SET_FLAG 
NGM_UDBP_GET_STATUS 

Definition at line 55 of file udbp.h.