Searched refs:SocketPollMethod (Results 1 – 3 of 3) sorted by relevance
/DragonOS/kernel/src/net/ ! |
H A D | net_core.rs | 9 net::{socket::SocketPollMethod, NET_DEVICES}, 222 let mut events = SocketPollMethod::poll(socket_type, handle_item).bits() as u64; in send_event()
|
/DragonOS/kernel/src/net/socket/ ! |
H A D | inet.rs | 20 SocketOptions, SocketPollMethod, SocketType, HANDLE_MAP, PORT_MANAGER, SOCKET_SET, 411 return SocketPollMethod::udp_poll( in poll() 740 return SocketPollMethod::tcp_poll(socket, shutdown_type, is_posix_listen); in poll()
|
H A D | mod.rs | 780 pub struct SocketPollMethod; struct 782 impl SocketPollMethod { impl
|