Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs36 struct EfiFastbootTcpTransport<'a, 'b, 'c> { struct
41 impl<'a, 'b, 'c> EfiFastbootTcpTransport<'a, 'b, 'c> { impl
47 impl TcpStream for EfiFastbootTcpTransport<'_, '_, '_> { implementation
166 let mut transport = EfiFastbootTcpTransport::new(socket); in fastboot_loop()