Home
last modified time | relevance | path

Searched refs:TcpSocket (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs67 TcpSocket, enumerator
501 pub struct TcpSocket { struct
508 impl TcpSocket { impl
565 impl Socket for TcpSocket { implementation
788 Box::new(TcpSocket { in accept()
Dsyscall.rs19 socket::{PosixSocketType, RawSocket, SocketInode, SocketOptions, TcpSocket, UdpSocket},
50 PosixSocketType::Stream => Box::new(TcpSocket::new(SocketOptions::default())), in do_socket()