Searched refs:efi_managed_network_protocol (Results 1 – 1 of 1) sorted by relevance
68 typedef struct efi_managed_network_protocol { struct69 efi_status (*GetModeData) (struct efi_managed_network_protocol* self, argument73 efi_status (*Configure) (struct efi_managed_network_protocol* self, argument76 efi_status (*McastIpToMac) (struct efi_managed_network_protocol* self, argument79 efi_status (*Groups) (struct efi_managed_network_protocol* self, bool join_flag, argument82 efi_status (*Transmit) (struct efi_managed_network_protocol* self, argument85 efi_status (*Receive) (struct efi_managed_network_protocol* self, argument88 efi_status (*Cancel) (struct efi_managed_network_protocol* self, argument91 efi_status (*Poll) (struct efi_managed_network_protocol* self) EFIAPI; argument92 } efi_managed_network_protocol; typedef