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.rs24 pub struct SimpleNetworkProtocol; struct
26 impl ProtocolInfo for SimpleNetworkProtocol { implementation
/bootable/libbootloader/gbl/docs/
Defi_protocols.md56 #### SimpleNetworkProtocol subsubsection
/bootable/libbootloader/gbl/efi/src/
Dnet.rs80 protocol: Protocol<'a, SimpleNetworkProtocol>, in new() argument