Home
last modified time | relevance | path

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

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