Home
last modified time | relevance | path

Searched refs:ng_hci_node_buffer_ep (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/netgraph/bluetooth/include/
Dng_btsocket.h104 ng_hci_node_buffer_ep buffer;
Dng_hci.h517 } ng_hci_node_buffer_ep; typedef
/freebsd-9-stable/sys/netgraph/bluetooth/hci/
Dng_hci_main.c383 ng_hci_node_buffer_ep *ep = NULL; in ng_hci_default_rcvmsg()
385 NG_MKRESPONSE(rsp, msg, sizeof(ng_hci_node_buffer_ep), in ng_hci_default_rcvmsg()
392 ep = (ng_hci_node_buffer_ep *)(rsp->data); in ng_hci_default_rcvmsg()