Home
last modified time | relevance | path

Searched defs:Protocol (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/net/
H A Dmod.rs72 pub enum Protocol { enum
86 impl fmt::Display for Protocol { implementation
104 impl From<smoltcp::wire::IpProtocol> for Protocol { implementation
111 impl From<u8> for Protocol { implementation
/DragonOS/kernel/src/net/socket/
H A Dinet.rs52 pub fn new(protocol: Protocol, options: SocketOptions) -> Self { in new()
H A Dmod.rs67 protocol: Protocol, in new_socket()