Home
last modified time | relevance | path

Searched refs:bytes_recv (Results 1 – 7 of 7) sorted by relevance

/src/sys/netgraph/bluetooth/include/
H A Dng_ubt.h79 u_int32_t bytes_recv; /* # of bytes received */ member
H A Dng_hci.h612 u_int32_t bytes_recv; /* total number of bytes received */ member
/src/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h120 #define UBT_STAT_BYTES_RECV(sc, n) (sc)->sc_stat.bytes_recv += (n)
/src/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h149 #define NG_HCI_STAT_BYTES_RECV(s, b) (s).bytes_recv += (b)
/src/lib/libbluetooth/
H A Dbluetooth.h130 uint32_t bytes_recv; member
H A Dhci.c661 di->bytes_recv = rp.r4.stat.bytes_recv; in bt_devinfo()
/src/usr.sbin/bluetooth/hccontrol/
H A Dnode.c188 fprintf(stdout, "Bytes received: %d\n", r.stat.bytes_recv); in hci_read_node_stat()