Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/net/
Dsyscall.rs81 .get_socket(fd as i32) in setsockopt()
107 .get_socket(fd as i32) in getsockopt()
170 .get_socket(fd as i32) in connect()
188 .get_socket(fd as i32) in bind()
218 .get_socket(fd as i32) in sendto()
241 .get_socket(fd as i32) in recvfrom()
272 .get_socket(fd as i32) in recvmsg()
301 .get_socket(fd as i32) in listen()
316 .get_socket(fd as i32) in shutdown()
332 .get_socket(fd as i32) in accept()
[all …]
/DragonOS-0.1.8/kernel/src/process/
Dprocess.rs304 pub fn get_socket(&self, fd: i32) -> Option<Arc<SocketInode>> { in get_socket() method