Searched refs:Protocol (Results 1 – 8 of 8) sorted by relevance
25 pub struct Protocol(pub u8); struct28 pub const PROTO_TCP: Protocol = Protocol(6);29 pub const PROTO_UDP: Protocol = Protocol(17);31 impl fmt::Display for Protocol { implementation
20 pub protocol: Protocol,50 self.protocol = Protocol(v[0]); in get_from()
55 pub proto: Protocol,
17 pub protocol: Protocol,
72 protocol: Protocol,
15 r.protocol = Protocol(254); in test_requested_transport_string()
3 …bRTC.rs's [ORTC](https://ortc.org/) capabilities. Instead of using the Session Description Protocol
55 Some(socket2::Protocol::UDP), in server()