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

Go to the source code of this file.

Functions

int ng_hci_send_command (ng_hci_unit_p)
 
int ng_hci_process_command_complete (ng_hci_unit_p, struct mbuf *)
 
int ng_hci_process_command_status (ng_hci_unit_p, struct mbuf *)
 
void ng_hci_process_command_timeout (node_p, hook_p, void *, int)
 

Function Documentation

◆ ng_hci_process_command_complete()

◆ ng_hci_process_command_status()

◆ ng_hci_process_command_timeout()

void ng_hci_process_command_timeout ( node_p  node,
hook_p  hook,
void *  arg1,
int  arg2 
)

◆ ng_hci_send_command()