Home | History | Annotate | Download | only in jni

Lines Matching defs:txBytes

52     uint64_t txBytes;
65 return stats->txBytes;
86 uint64_t rxBytes, rxPackets, txBytes, txPackets, tcpRxPackets, tcpTxPackets;
92 &rxPackets, &txBytes, &txPackets, &tcpRxPackets, &tcpTxPackets);
100 stats->txBytes += txBytes;
130 uint64_t tag, rxBytes, rxPackets, txBytes, txPackets;
137 &txBytes, &txPackets) == 9) {
141 stats->txBytes += txBytes;