Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/defs/protocols/
Dsimple_network_protocol.h101 typedef struct EfiSimpleNetworkProtocol { struct
103 EfiStatus (*start)(struct EfiSimpleNetworkProtocol* self); argument
104 EfiStatus (*stop)(struct EfiSimpleNetworkProtocol* self); argument
105 EfiStatus (*initialize)(struct EfiSimpleNetworkProtocol* self, size_t extra_rx_buffer_size, argument
107 EfiStatus (*reset)(struct EfiSimpleNetworkProtocol* self, bool extended_verification); argument
108 EfiStatus (*shutdown)(struct EfiSimpleNetworkProtocol* self); argument
109 EfiStatus (*receive_filters)(struct EfiSimpleNetworkProtocol* self, uint32_t enable, argument
112 EfiStatus (*station_address)(struct EfiSimpleNetworkProtocol* self, bool reset, argument
114 EfiStatus (*statistics)(struct EfiSimpleNetworkProtocol* self, bool reset, size_t* stats_size, argument
116 EfiStatus (*m_cast_ip_to_mac)(struct EfiSimpleNetworkProtocol* self, bool ipv6, EfiIpAddr* ip, argument
[all …]