Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h105 ng_hci_node_buffer_ep buffer;
H A Dng_hci.h592 } ng_hci_node_buffer_ep; typedef
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c399 ng_hci_node_buffer_ep *ep = NULL; in ng_hci_default_rcvmsg()
401 NG_MKRESPONSE(rsp, msg, sizeof(ng_hci_node_buffer_ep), in ng_hci_default_rcvmsg()
408 ep = (ng_hci_node_buffer_ep *)(rsp->data); in ng_hci_default_rcvmsg()