Home
last modified time | relevance | path

Searched refs:acl_sent (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h144 #define NG_HCI_STAT_ACL_SENT(s, n) (s).acl_sent += (n)
/freebsd/lib/libbluetooth/
H A Dbluetooth.h127 uint32_t acl_sent; member
H A Dhci.c658 di->acl_sent = rp.r4.stat.acl_sent; in bt_devinfo()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c185 fprintf(stdout, "ACL packets sent: %d\n", r.stat.acl_sent); in hci_read_node_stat()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h609 u_int32_t acl_sent; /* number of ACL packets sent */ member