Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h150 _IOWR('b', NGM_HCI_NODE_GET_NEIGHBOR_CACHE, \
H A Dng_hci.h620 #define NGM_HCI_NODE_GET_NEIGHBOR_CACHE 110 /* HCI -> User */ macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1170 NGM_HCI_NODE_GET_NEIGHBOR_CACHE, 0, M_NOWAIT); in ng_btsocket_hci_raw_control()
1202 msg->header.cmd == NGM_HCI_NODE_GET_NEIGHBOR_CACHE) { in ng_btsocket_hci_raw_control()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c464 case NGM_HCI_NODE_GET_NEIGHBOR_CACHE: { in ng_hci_default_rcvmsg()