Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h149 _IOWR('b', NGM_HCI_NODE_GET_NEIGHBOR_CACHE, \
H A Dng_hci.h621 #define NGM_HCI_NODE_GET_NEIGHBOR_CACHE 110 /* HCI -> User */
619 #define NGM_HCI_NODE_GET_NEIGHBOR_CACHE global() macro
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1167 NGM_HCI_NODE_GET_NEIGHBOR_CACHE, 0, M_NOWAIT); in ng_btsocket_hci_raw_control()
1199 msg->header.cmd == NGM_HCI_NODE_GET_NEIGHBOR_CACHE) { in ng_btsocket_hci_raw_control()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c463 case NGM_HCI_NODE_GET_NEIGHBOR_CACHE: { in ng_hci_default_rcvmsg()