Home
last modified time | relevance | path

Searched defs:UdpSocket (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs25 pub struct UdpSocket { struct
26 pub(crate) inner: net::UdpSocket, argument
31 impl UdpSocket { implementation
42 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
69 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()
624 impl fmt::Debug for UdpSocket { implementation
636 impl Source for UdpSocket { implementation
694 impl AsRawSocket for UdpSocket { implementation
Dsocket.rs61 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dudp_socket.rs65 pub struct UdpSocket { struct
66 pub(crate) inner: net::UdpSocket, argument
69 impl UdpSocket { impl
91 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
102 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()
747 impl fmt::Debug for UdpSocket { implementation
759 impl Source for UdpSocket { implementation
Dsocket.rs46 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs69 pub struct UdpSocket { struct
70 pub(crate) source: AsyncSource<ylong_io::UdpSocket>, argument
78 impl Debug for UdpSocket { implementation
90 impl UdpSocket { impl
1413 impl AsRawSocket for UdpSocket { implementation
1433 impl AsRawFd for UdpSocket { implementation