Home
last modified time | relevance | path

Searched refs:Icmp (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/net/
Dmod.rs215 Icmp = 0x01, enumerator
231 Protocol::Icmp => write!(f, "ICMP"), in fmt()
256 0x01 => Protocol::Icmp, in from()
274 Protocol::Icmp => 0x01, in into()