Searched refs:UdpSocket (Results 1 – 2 of 2) sorted by relevance
69 UdpSocket, enumerator286 pub struct UdpSocket { struct292 impl UdpSocket { implementation345 impl Socket for UdpSocket { implementation
19 socket::{PosixSocketType, RawSocket, SocketInode, SocketOptions, TcpSocket, UdpSocket},51 PosixSocketType::Datagram => Box::new(UdpSocket::new(SocketOptions::default())), in do_socket()