Home
last modified time | relevance | path

Searched defs:SimpleNetworkProtocol (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dsimple_network.rs29 pub struct SimpleNetworkProtocol; struct
31 impl ProtocolInfo for SimpleNetworkProtocol { implementation
/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Defi_protocols.md89 ### SimpleNetworkProtocol subsection
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dnet.rs81 protocol: Protocol<'a, SimpleNetworkProtocol>, in new() argument