Searched defs:Protocol (Results 1 – 3 of 3) sorted by relevance
72 pub enum Protocol { enum86 impl fmt::Display for Protocol { implementation104 impl From<smoltcp::wire::IpProtocol> for Protocol { implementation111 impl From<u8> for Protocol { implementation
52 pub fn new(protocol: Protocol, options: SocketOptions) -> Self { in new()
67 protocol: Protocol, in new_socket()