Home
last modified time | relevance | path

Searched defs:EfiTcpSocket (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/efi/src/
Dnet.rs315 pub struct EfiTcpSocket<'a, 'b> { struct
322 impl<'a, 'b> EfiTcpSocket<'a, 'b> { argument
Dfastboot.rs132 mut socket: Option<&mut EfiTcpSocket>, in fastboot_loop()