Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dhci_ioctl.c173 case SIOCGBTSTATS: in hci_ioctl()
268 case SIOCGBTSTATS: /* get unit statistics */ in hci_ioctl()
H A Dhci.h2293 #define SIOCGBTSTATS _IOWR('b', 11, struct btreq) /* get unit statistics */ macro
/dragonfly/usr.sbin/btconfig/
H A Dbtconfig.c720 if (ioctl(hci, SIOCGBTSTATS, &btr) < 0) in print_stats()