Home
last modified time | relevance | path

Searched refs:NGM_HCI_NODE_GET_NEIGHBOR_CACHE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_btsocket.h149 _IOWR('b', NGM_HCI_NODE_GET_NEIGHBOR_CACHE, \
H A Dng_hci.h544 #define NGM_HCI_NODE_GET_NEIGHBOR_CACHE 110 /* HCI -> User */ macro
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1208 NGM_HCI_NODE_GET_NEIGHBOR_CACHE, 0, M_WAITOK | M_NULLOK); in ng_btsocket_hci_raw_control()
1232 pcb->msg->header.cmd == NGM_HCI_NODE_GET_NEIGHBOR_CACHE) { in ng_btsocket_hci_raw_control()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c452 case NGM_HCI_NODE_GET_NEIGHBOR_CACHE: { in ng_hci_default_rcvmsg()