Searched refs:efi_simple_network_protocol (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/private/efi/protocol/
H A Dsimple-network.h86 typedef struct efi_simple_network_protocol { struct
89 efi_status (*Start) (struct efi_simple_network_protocol* self) EFIAPI;
91 efi_status (*Stop) (struct efi_simple_network_protocol* self) EFIAPI;
93 efi_status (*Initialize) (struct efi_simple_network_protocol* self,
96 efi_status (*Reset) (struct efi_simple_network_protocol* self,
99 efi_status (*Shutdown) (struct efi_simple_network_protocol* self) EFIAPI;
101 efi_status (*ReceiveFilters) (struct efi_simple_network_protocol* self,
106 efi_status (*StationAddress) (struct efi_simple_network_protocol* self,
109 efi_status (*Statistics) (struct efi_simple_network_protocol* self,
113 efi_status (*MCastIpToMac) (struct efi_simple_network_protocol* sel
132 } efi_simple_network_protocol; typedef in typeref:struct:efi_simple_network_protocol
[all...]
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c17 static efi_simple_network_protocol* snp;
172 efi_simple_network_protocol* netifc_find_available(void) {
175 efi_simple_network_protocol* cur_snp = NULL;

Completed in 24 milliseconds