Efi_Simple_Network.receivefilters() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

15.1.6 EFI_SIMPLE_NETWO RK.ReceiveFilters()
Summary
Manages the multicast receive filters of a network interface.
Prototype
EFI_STATUS
(EFIAPI *EFI_SIMPLE_NETWORK_RECEIVE_FILTERS) (
IN EFI_SIMPLE_NETWORK
IN UINT32
IN UINT32
IN BOOLEAN
IN UINTN
IN EFI_MAC_ADDRESS
);
Parameters
This
Enable
Disable
ResetMCastFilter
MCastFilterCnt
MCastFilter
Description
This function modifies the current receive filter mask on a network interface. The bits set in
are set on the current receive filter mask. The bits set in
Enable
current receive filter mask. If the same bit is set in both
be disabled. The receive filter mask is updated on the network interface, and the new receive filter
mask can be read from the
EFI_SIMPLE_NETWORK_MODE. If an attempt is made to enable a bit that is not supported on the
network interface, then
ReceiveFilterMask
filters settings. See "Bit Mask Values for ReceiveFilterSetting" in "Related Definitions"
in Section 15.1 for the list of the supported receive filter bit mask values.
Version 1.02
A pointer to the
A bit mask of receive filters to enable on the network interface.
A bit mask of receive filters to disable on the network interface.
Set to
to reset the contents of the multicast receive filters
TRUE
on the network interface to their default values.
Number of multicast HW MAC addresses in the new
MCastFilter
MCastFilterCnt
This field is optional if
A pointer to a list of new multicast receive filter HW MAC
addresses. This list will replace any existing multicast HW
MAC address list. This field is optional if
ResetMCastFilter
ReceiveFilterSetting
EFI_INVALID_PARAMETER
field of
EFI_SIMPLE_NETWORK_MODE
12/12/00
SIMPLE_NETWORK Protocol
*This,
Enable,
Disable,
ResetMCastFilter,
McastFilterCnt
*MCastFilter
EFI_SIMPLE_NETWORK
list. This value must be less than or equal to the
field of EFI_SIMPLE_NETWORK_MODE.
ResetMCastFilter
is TRUE.
Disable
and Disable, then the bit will
Enable
field of
will be returned. The
specifies the supported receive
OPTIONAL,
OPTIONAL,
instance.
is TRUE.
are cleared from the
287

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Table of Contents