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

Go to the source code of this file.

Variables

static const struct ng_parse_fixedarray_info ng_hci_bdaddr_type_info
 
static const struct ng_parse_type ng_hci_bdaddr_type
 
static const struct ng_parse_fixedarray_info ng_hci_features_type_info
 
static const struct ng_parse_type ng_hci_features_type
 
static const struct ng_parse_struct_field ng_hci_buffer_type_fields []
 
static const struct ng_parse_type ng_hci_buffer_type
 
static const struct ng_parse_struct_field ng_hci_stat_type_fields []
 
static const struct ng_parse_type ng_hci_stat_type
 
static const struct ng_cmdlist ng_hci_cmdlist []
 

Variable Documentation

◆ ng_hci_bdaddr_type

const struct ng_parse_type ng_hci_bdaddr_type
static
Initial value:
= {
}
static const struct ng_parse_fixedarray_info ng_hci_bdaddr_type_info
Definition: ng_hci_prse.h:46
const struct ng_parse_type ng_parse_fixedarray_type
Definition: ng_parse.c:271

Definition at line 50 of file ng_hci_prse.h.

◆ ng_hci_bdaddr_type_info

const struct ng_parse_fixedarray_info ng_hci_bdaddr_type_info
static
Initial value:
= {
}
#define NG_HCI_BDADDR_SIZE
Definition: ng_hci.h:75
const struct ng_parse_type ng_parse_uint8_type
Definition: ng_parse.c:413

Definition at line 46 of file ng_hci_prse.h.

◆ ng_hci_buffer_type

const struct ng_parse_type ng_hci_buffer_type
static
Initial value:
= {
}
static const struct ng_parse_struct_field ng_hci_buffer_type_fields[]
Definition: ng_hci_prse.h:66
const struct ng_parse_type ng_parse_struct_type
Definition: ng_parse.c:222

Definition at line 77 of file ng_hci_prse.h.

◆ ng_hci_buffer_type_fields

const struct ng_parse_struct_field ng_hci_buffer_type_fields[]
static
Initial value:
=
{
{ "cmd_free", &ng_parse_uint8_type, },
{ "sco_size", &ng_parse_uint8_type, },
{ "sco_pkts", &ng_parse_uint16_type, },
{ "sco_free", &ng_parse_uint16_type, },
{ "acl_size", &ng_parse_uint16_type, },
{ "acl_pkts", &ng_parse_uint16_type, },
{ "acl_free", &ng_parse_uint16_type, },
{ NULL, }
}
const struct ng_parse_type ng_parse_uint16_type
Definition: ng_parse.c:509

Definition at line 66 of file ng_hci_prse.h.

◆ ng_hci_cmdlist

const struct ng_cmdlist ng_hci_cmdlist[]
static

Definition at line 104 of file ng_hci_prse.h.

◆ ng_hci_features_type

const struct ng_parse_type ng_hci_features_type
static
Initial value:
= {
}
static const struct ng_parse_fixedarray_info ng_hci_features_type_info
Definition: ng_hci_prse.h:56

Definition at line 60 of file ng_hci_prse.h.

◆ ng_hci_features_type_info

const struct ng_parse_fixedarray_info ng_hci_features_type_info
static
Initial value:
= {
}
#define NG_HCI_FEATURES_SIZE
Definition: ng_hci.h:82

Definition at line 56 of file ng_hci_prse.h.

◆ ng_hci_stat_type

const struct ng_parse_type ng_hci_stat_type
static
Initial value:
= {
}
static const struct ng_parse_struct_field ng_hci_stat_type_fields[]
Definition: ng_hci_prse.h:83

Definition at line 95 of file ng_hci_prse.h.

◆ ng_hci_stat_type_fields

const struct ng_parse_struct_field ng_hci_stat_type_fields[]
static
Initial value:
=
{
{ "cmd_sent", &ng_parse_uint32_type, },
{ "evnt_recv", &ng_parse_uint32_type, },
{ "acl_recv", &ng_parse_uint32_type, },
{ "acl_sent", &ng_parse_uint32_type, },
{ "sco_recv", &ng_parse_uint32_type, },
{ "sco_sent", &ng_parse_uint32_type, },
{ "bytes_recv", &ng_parse_uint32_type, },
{ "bytes_sent", &ng_parse_uint32_type, },
{ NULL, }
}
const struct ng_parse_type ng_parse_uint32_type
Definition: ng_parse.c:608

Definition at line 83 of file ng_hci_prse.h.