Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/include/
HDng_h4.h102 u_int32_t bytes_recv; /* # of bytes received */ member
HDng_ubt.h78 u_int32_t bytes_recv; /* # of bytes received */ member
HDng_bt3c.h93 u_int32_t bytes_recv; /* # of bytes received */ member
HDng_hci.h544 u_int32_t bytes_recv; /* total number of bytes received */ member
/NextBSD/sys/netgraph/bluetooth/drivers/h4/
HDng_h4_var.h79 #define NG_H4_STAT_BYTES_RECV(s, n) (s).bytes_recv += (n)
/NextBSD/sys/netgraph/bluetooth/drivers/bt3c/
HDng_bt3c_var.h87 #define NG_BT3C_STAT_BYTES_RECV(s, n) (s).bytes_recv += (n)
/NextBSD/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt_var.h86 #define UBT_STAT_BYTES_RECV(sc, n) (sc)->sc_stat.bytes_recv += (n)
/NextBSD/lib/libbluetooth/
HDbluetooth.h126 uint32_t bytes_recv; member
HDhci.c599 di->bytes_recv = rp.r4.stat.bytes_recv; in bt_devinfo()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_var.h148 #define NG_HCI_STAT_BYTES_RECV(s, b) (s).bytes_recv += (b)
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDnode.c185 fprintf(stdout, "Bytes received: %d\n", r.stat.bytes_recv); in hci_read_node_stat()