Home
last modified time | relevance | path

Searched defs:tx_bytes (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/proto/netsim/
Dstats.proto54 optional int32 tx_bytes = 6; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto133 optional int32 tx_bytes = 2; field
/tools/netsim/rust/proto/src/
Dstats.rs364 pub tx_bytes: ::std::option::Option<i32>, field
485 pub fn tx_bytes(&self) -> i32 { in tx_bytes() method