Searched refs:Udp (Results 1 – 3 of 3) sorted by relevance
75 Udp = 0x11, enumerator91 Protocol::Udp => write!(f, "UDP"), in fmt()116 0x11 => Protocol::Udp, in from()134 Protocol::Udp => 0x11, in into()
206 smoltcp::socket::Socket::Raw(_) | smoltcp::socket::Socket::Udp(_) => { in send_event()
786 socket::Socket::Udp(udp) => Self::udp_poll(udp, shutdown), in poll()