/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/net/ |
D | udp.rs | 95 pub struct UdpSocket { struct 96 inner: IoSource<net::UdpSocket>, argument 99 impl UdpSocket { implementation 125 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind() 135 pub fn from_std(socket: net::UdpSocket) -> UdpSocket { in from_std() 619 impl event::Source for UdpSocket { implementation 643 impl fmt::Debug for UdpSocket { implementation 650 impl IntoRawFd for UdpSocket { implementation 657 impl AsRawFd for UdpSocket { implementation 664 impl FromRawFd for UdpSocket { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | udp.rs | 22 pub struct UdpSocket { struct 34 impl UdpSocket { argument 35 pub fn bind(socketaddr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 326 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 448 impl fmt::Debug for UdpSocket { implementation 454 impl Drop for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | udp.rs | 22 pub struct UdpSocket { struct 34 impl UdpSocket { argument 35 pub fn bind(socketaddr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 326 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 448 impl fmt::Debug for UdpSocket { implementation 454 impl Drop for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | udp.rs | 22 pub struct UdpSocket { struct 34 impl UdpSocket { implementation 35 pub fn bind(socketaddr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 326 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 448 impl fmt::Debug for UdpSocket { implementation 454 impl Drop for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | udp.rs | 22 pub struct UdpSocket { struct 34 impl UdpSocket { argument 35 pub fn bind(socketaddr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 326 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 448 impl fmt::Debug for UdpSocket { implementation 454 impl Drop for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | udp.rs | 22 pub struct UdpSocket { struct 34 impl UdpSocket { argument 35 pub fn bind(socketaddr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 326 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 448 impl fmt::Debug for UdpSocket { implementation 454 impl Drop for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | udp.rs | 58 pub struct UdpSocket(net_imp::UdpSocket); struct 60 impl UdpSocket { impl 113 pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 265 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() 818 impl AsInner<net_imp::UdpSocket> for UdpSocket { implementation 820 fn as_inner(&self) -> &net_imp::UdpSocket { in as_inner() 825 impl FromInner<net_imp::UdpSocket> for UdpSocket { implementation 826 fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket { in from_inner() 831 impl IntoInner<net_imp::UdpSocket> for UdpSocket { implementation 832 fn into_inner(self) -> net_imp::UdpSocket { in into_inner() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | udp.rs | 58 pub struct UdpSocket(net_imp::UdpSocket); struct 60 impl UdpSocket { impl 113 pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 265 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() 818 impl AsInner<net_imp::UdpSocket> for UdpSocket { implementation 820 fn as_inner(&self) -> &net_imp::UdpSocket { in as_inner() 825 impl FromInner<net_imp::UdpSocket> for UdpSocket { implementation 826 fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket { in from_inner() 831 impl IntoInner<net_imp::UdpSocket> for UdpSocket { implementation 832 fn into_inner(self) -> net_imp::UdpSocket { in into_inner() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | udp.rs | 58 pub struct UdpSocket(net_imp::UdpSocket); struct 60 impl UdpSocket { impl 113 pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 265 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() 818 impl AsInner<net_imp::UdpSocket> for UdpSocket { implementation 820 fn as_inner(&self) -> &net_imp::UdpSocket { in as_inner() 825 impl FromInner<net_imp::UdpSocket> for UdpSocket { implementation 826 fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket { in from_inner() 831 impl IntoInner<net_imp::UdpSocket> for UdpSocket { implementation 832 fn into_inner(self) -> net_imp::UdpSocket { in into_inner() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | udp.rs | 58 pub struct UdpSocket(net_imp::UdpSocket); struct 60 impl UdpSocket { implementation 113 pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 265 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() 818 impl AsInner<net_imp::UdpSocket> for UdpSocket { implementation 820 fn as_inner(&self) -> &net_imp::UdpSocket { in as_inner() 825 impl FromInner<net_imp::UdpSocket> for UdpSocket { implementation 826 fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket { in from_inner() 831 impl IntoInner<net_imp::UdpSocket> for UdpSocket { implementation 832 fn into_inner(self) -> net_imp::UdpSocket { in into_inner() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | udp.rs | 58 pub struct UdpSocket(net_imp::UdpSocket); struct 60 impl UdpSocket { impl 113 pub fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 265 pub fn try_clone(&self) -> io::Result<UdpSocket> { in try_clone() 818 impl AsInner<net_imp::UdpSocket> for UdpSocket { implementation 820 fn as_inner(&self) -> &net_imp::UdpSocket { in as_inner() 825 impl FromInner<net_imp::UdpSocket> for UdpSocket { implementation 826 fn from_inner(inner: net_imp::UdpSocket) -> UdpSocket { in from_inner() 831 impl IntoInner<net_imp::UdpSocket> for UdpSocket { implementation 832 fn into_inner(self) -> net_imp::UdpSocket { in into_inner() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/ |
D | udp.rs | 126 impl UdpSocket { impl 148 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind() 167 fn bind_addr(addr: SocketAddr) -> io::Result<UdpSocket> { in bind_addr() 173 fn new(socket: mio::net::UdpSocket) -> io::Result<UdpSocket> { in new() 221 pub fn from_std(socket: net::UdpSocket) -> io::Result<UdpSocket> { in from_std() 248 pub fn into_std(self) -> io::Result<std::net::UdpSocket> { in into_std() 1998 impl TryFrom<std::net::UdpSocket> for UdpSocket { implementation 2010 impl fmt::Debug for UdpSocket { implementation 2021 impl AsRawFd for UdpSocket { implementation 2027 impl AsFd for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | net.rs | 315 pub struct UdpSocket { struct 319 impl UdpSocket { implementation 320 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 344 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 454 impl AsInner<Socket> for UdpSocket { implementation 461 impl IntoInner<Socket> for UdpSocket { implementation 467 impl FromInner<Socket> for UdpSocket { implementation 468 fn from_inner(inner: Socket) -> UdpSocket { in from_inner() 473 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | net.rs | 315 pub struct UdpSocket { struct 319 impl UdpSocket { impl 320 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 344 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 454 impl AsInner<Socket> for UdpSocket { implementation 461 impl IntoInner<Socket> for UdpSocket { implementation 467 impl FromInner<Socket> for UdpSocket { implementation 468 fn from_inner(inner: Socket) -> UdpSocket { in from_inner() 473 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | net.rs | 315 pub struct UdpSocket { struct 319 impl UdpSocket { impl 320 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 344 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 454 impl AsInner<Socket> for UdpSocket { implementation 461 impl IntoInner<Socket> for UdpSocket { implementation 467 impl FromInner<Socket> for UdpSocket { implementation 468 fn from_inner(inner: Socket) -> UdpSocket { in from_inner() 473 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | net.rs | 315 pub struct UdpSocket { struct 319 impl UdpSocket { impl 320 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 344 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 454 impl AsInner<Socket> for UdpSocket { implementation 461 impl IntoInner<Socket> for UdpSocket { implementation 467 impl FromInner<Socket> for UdpSocket { implementation 468 fn from_inner(inner: Socket) -> UdpSocket { in from_inner() 473 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | net.rs | 315 pub struct UdpSocket { struct 319 impl UdpSocket { argument 320 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 344 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 454 impl AsInner<Socket> for UdpSocket { implementation 461 impl IntoInner<Socket> for UdpSocket { implementation 467 impl FromInner<Socket> for UdpSocket { implementation 468 fn from_inner(inner: Socket) -> UdpSocket { in from_inner() 473 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 517 pub struct UdpSocket { struct 521 impl UdpSocket { implementation 522 pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 574 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 711 impl FromInner<Socket> for UdpSocket { implementation 712 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 717 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 517 pub struct UdpSocket { struct 521 impl UdpSocket { implementation 522 pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 574 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 711 impl FromInner<Socket> for UdpSocket { implementation 712 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 717 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 517 pub struct UdpSocket { struct 521 impl UdpSocket { implementation 522 pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 574 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 711 impl FromInner<Socket> for UdpSocket { implementation 712 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 717 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 373 pub struct UdpSocket { struct 374 inner: Socket, 377 impl UdpSocket { impl 378 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 411 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 512 impl FromInner<Socket> for UdpSocket { implementation 513 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 518 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 517 pub struct UdpSocket { struct 521 impl UdpSocket { argument 522 pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 574 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 711 impl FromInner<Socket> for UdpSocket { implementation 712 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 717 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 373 pub struct UdpSocket { struct 374 inner: Socket, 377 impl UdpSocket { implementation 378 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 411 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 512 impl FromInner<Socket> for UdpSocket { implementation 513 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 518 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | l4re.rs | 373 pub struct UdpSocket { struct 374 inner: Socket, 377 impl UdpSocket { implementation 378 pub fn bind(_: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 411 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 512 impl FromInner<Socket> for UdpSocket { implementation 513 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 518 impl fmt::Debug for UdpSocket { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys_common/ |
H A D | net.rs | 517 pub struct UdpSocket { struct 521 impl UdpSocket { argument 522 pub fn bind(addr: io::Result<&SocketAddr>) -> io::Result<UdpSocket> { in bind() 574 pub fn duplicate(&self) -> io::Result<UdpSocket> { in duplicate() 711 impl FromInner<Socket> for UdpSocket { implementation 712 fn from_inner(socket: Socket) -> UdpSocket { in from_inner() 717 impl fmt::Debug for UdpSocket { implementation
|