Home
last modified time | relevance | path

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

/external/rust/crates/mio/src/net/
Dudp.rs91 pub struct UdpSocket { struct
92 inner: IoSource<net::UdpSocket>, argument
95 impl UdpSocket { implementation
121 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind()
131 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std()
530 impl event::Source for UdpSocket { implementation
554 impl fmt::Debug for UdpSocket { implementation
561 impl IntoRawFd for UdpSocket { implementation
568 impl AsRawFd for UdpSocket { implementation
575 impl FromRawFd for UdpSocket { implementation
[all …]
/external/rust/crates/tokio/src/net/
Dudp.rs127 impl UdpSocket { impl
145 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind()
164 fn bind_addr(addr: SocketAddr) -> io::Result<UdpSocket> { in bind_addr()
169 fn new(socket: mio::net::UdpSocket) -> io::Result<UdpSocket> { in new()
209 pub fn from_std(socket: net::UdpSocket) -> io::Result<UdpSocket> { in from_std()
236 pub fn into_std(self) -> io::Result<std::net::UdpSocket> { in into_std()
1397 impl TryFrom<std::net::UdpSocket> for UdpSocket { implementation
1409 impl fmt::Debug for UdpSocket { implementation
1420 impl AsRawFd for UdpSocket { implementation
1432 impl AsRawSocket for UdpSocket { implementation
/external/rust/crates/mio/src/sys/shell/
Dudp.rs4 pub fn bind(_: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
/external/rust/crates/mio/src/sys/unix/
Dudp.rs8 pub fn bind(addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
/external/rust/crates/mio/src/sys/windows/
Dudp.rs14 pub fn bind(addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind()
/external/openscreen/platform/base/
Dudp_packet.h18 class UdpSocket; variable
/external/crosvm/sys_util/src/
Ddescriptor.rs230 impl AsRawDescriptor for UdpSocket { implementation