Home
last modified time | relevance | path

Searched refs:SocketPollMethod (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/net/
H A Dnet_core.rs9 net::{socket::SocketPollMethod, NET_DEVICES},
210 let mut events = SocketPollMethod::poll(socket_type, handle_item).bits() as u64; in send_event()
/DragonOS/kernel/src/net/socket/
H A Dinet.rs20 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 Dmod.rs780 pub struct SocketPollMethod; struct
782 impl SocketPollMethod { impl