FreeBSD kernel netgraph code
ng_btsocket_hci_raw_pcb Struct Reference

#include <ng_btsocket_hci_raw.h>

Collaboration diagram for ng_btsocket_hci_raw_pcb:

Public Member Functions

 LIST_ENTRY (ng_btsocket_hci_raw_pcb) next
 

Data Fields

struct socket * so
 
u_int32_t flags
 
struct sockaddr_hci addr
 
struct ng_btsocket_hci_raw_filter filter
 
u_int32_t token
 
struct ng_mesgmsg
 
struct mtx pcb_mtx
 

Detailed Description

Definition at line 46 of file ng_btsocket_hci_raw.h.

Member Function Documentation

◆ LIST_ENTRY()

ng_btsocket_hci_raw_pcb::LIST_ENTRY ( ng_btsocket_hci_raw_pcb  )

Field Documentation

◆ addr

◆ filter

struct ng_btsocket_hci_raw_filter ng_btsocket_hci_raw_pcb::filter

◆ flags

◆ msg

struct ng_mesg* ng_btsocket_hci_raw_pcb::msg

◆ pcb_mtx

◆ so

struct socket* ng_btsocket_hci_raw_pcb::so

◆ token

u_int32_t ng_btsocket_hci_raw_pcb::token

The documentation for this struct was generated from the following file: