Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dsimple_network_protocol.h106 typedef struct EfiSimpleNetworkProtocol { struct
108 EfiStatus (*start)(struct EfiSimpleNetworkProtocol* self); argument
109 EfiStatus (*stop)(struct EfiSimpleNetworkProtocol* self); argument
110 EfiStatus (*initialize)(struct EfiSimpleNetworkProtocol* self, size_t extra_rx_buffer_size, argument
112 EfiStatus (*reset)(struct EfiSimpleNetworkProtocol* self, bool extended_verification); argument
113 EfiStatus (*shutdown)(struct EfiSimpleNetworkProtocol* self); argument
114 EfiStatus (*receive_filters)(struct EfiSimpleNetworkProtocol* self, uint32_t enable, argument
117 EfiStatus (*station_address)(struct EfiSimpleNetworkProtocol* self, bool reset, argument
119 EfiStatus (*statistics)(struct EfiSimpleNetworkProtocol* self, bool reset, size_t* stats_size, argument
121 EfiStatus (*m_cast_ip_to_mac)(struct EfiSimpleNetworkProtocol* self, bool ipv6, EfiIpAddr* ip, argument
[all …]