Home
last modified time | relevance | path

Searched refs:efi_managed_network_protocol (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/private/kernel/platform/efi/protocol/
H A Dmanaged-network.h68 typedef struct efi_managed_network_protocol { struct
69 efi_status (*GetModeData) (struct efi_managed_network_protocol* self, argument
73 efi_status (*Configure) (struct efi_managed_network_protocol* self, argument
76 efi_status (*McastIpToMac) (struct efi_managed_network_protocol* self, argument
79 efi_status (*Groups) (struct efi_managed_network_protocol* self, bool join_flag, argument
82 efi_status (*Transmit) (struct efi_managed_network_protocol* self, argument
85 efi_status (*Receive) (struct efi_managed_network_protocol* self, argument
88 efi_status (*Cancel) (struct efi_managed_network_protocol* self, argument
91 efi_status (*Poll) (struct efi_managed_network_protocol* self) EFIAPI; argument
92 } efi_managed_network_protocol; typedef