Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dicmpv4_type.rs5 pub enum Icmpv4Type { enum
199 impl Icmpv4Type { implementation
Dicmpv4_slice.rs97 pub fn icmp_type(&self) -> Icmpv4Type { in icmp_type()
Dicmpv4_header.rs49 pub fn with_checksum(icmp_type: Icmpv4Type, payload: &[u8]) -> Icmpv4Header { in with_checksum()