Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h106 ng_hci_node_buffer_ep buffer;
H A Dng_hci.h593 } ng_hci_node_buffer_ep; typedef
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c400 ng_hci_node_buffer_ep *ep = NULL; in ng_hci_default_rcvmsg()
402 NG_MKRESPONSE(rsp, msg, sizeof(ng_hci_node_buffer_ep), in ng_hci_default_rcvmsg()
409 ep = (ng_hci_node_buffer_ep *)(rsp->data); in ng_hci_default_rcvmsg()