Searched defs:Protocol (Results 1 – 3 of 3) sorted by relevance
70 pub enum Protocol { enum84 impl fmt::Display for Protocol { implementation102 impl From<smoltcp::wire::IpProtocol> for Protocol { implementation109 impl From<u8> for Protocol { implementation127 impl Into<u8> for Protocol { implementation
52 pub fn new(protocol: Protocol, options: SocketOptions) -> Self { in new()
59 protocol: Protocol, in new_socket()