Searched defs:Icmpv4Type (Results 1 – 3 of 3) sorted by relevance
5 pub enum Icmpv4Type { enum199 impl Icmpv4Type { implementation
97 pub fn icmp_type(&self) -> Icmpv4Type { in icmp_type()
49 pub fn with_checksum(icmp_type: Icmpv4Type, payload: &[u8]) -> Icmpv4Header { in with_checksum()