Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/uefi/src/proto/network/
Dsnp.rs329 rx_total_bytes: u64, field
426 pub const fn rx_total_bytes(&self) -> Option<u64> { in rx_total_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/
Dsnp.rs329 rx_total_bytes: u64, field
426 pub const fn rx_total_bytes(&self) -> Option<u64> { in rx_total_bytes() method
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dsimple_network_protocol.h87 uint64_t rx_total_bytes; member