Home
last modified time | relevance | path

Searched defs:TimestampMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/icmpv4/
Dtimestamp_message.rs3 pub struct TimestampMessage { struct
11 impl TimestampMessage { argument
20 pub fn from_bytes(bytes: [u8; 16]) -> TimestampMessage { in from_bytes()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dicmpv4_slice.rs100 unsafe fn timestamp_message(ptr: *const u8) -> TimestampMessage { in icmp_type()