MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_MANAGED_NETWORK_CONFIG_DATA Struct Reference

Data Fields

UINT32 ReceivedQueueTimeoutValue
 
UINT32 TransmitQueueTimeoutValue
 
UINT16 ProtocolTypeFilter
 
BOOLEAN EnableUnicastReceive
 
BOOLEAN EnableMulticastReceive
 
BOOLEAN EnableBroadcastReceive
 
BOOLEAN EnablePromiscuousReceive
 
BOOLEAN FlushQueuesOnReset
 
BOOLEAN EnableReceiveTimestamps
 
BOOLEAN DisableBackgroundPolling
 

Field Documentation

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::DisableBackgroundPolling

Set to TRUE to disable background polling in this MNP instance. Note that background polling may not be supported in all MNP implementations. The startup default value is FALSE, unless background polling is not supported.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::EnableBroadcastReceive

Set to TRUE to receive packets that are sent to the network device broadcast address. The startup default value is FALSE.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::EnableMulticastReceive

Set to TRUE to receive packets that are sent to any of the active multicast groups. The startup default value is FALSE.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::EnablePromiscuousReceive

Set to TRUE to receive packets that are sent to any MAC address. The startup default value is FALSE.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::EnableReceiveTimestamps

Set to TRUE to timestamp all packets when they are received by the MNP. Note that timestamps may be unsupported in some MNP implementations. The startup default value is FALSE.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::EnableUnicastReceive

Set to TRUE to receive packets that are sent to the network device MAC address. The startup default value is FALSE.

BOOLEAN EFI_MANAGED_NETWORK_CONFIG_DATA::FlushQueuesOnReset

Set to TRUE to drop queued packets when the configuration is changed. The startup default value is FALSE.

UINT16 EFI_MANAGED_NETWORK_CONFIG_DATA::ProtocolTypeFilter

Ethernet type II 16-bit protocol type in host byte order. Valid values are zero and 1,500 to 65,535.

UINT32 EFI_MANAGED_NETWORK_CONFIG_DATA::ReceivedQueueTimeoutValue

Timeout value for a UEFI one-shot timer event. A packet that has not been removed from the MNP receive queue will be dropped if its receive timeout expires.

UINT32 EFI_MANAGED_NETWORK_CONFIG_DATA::TransmitQueueTimeoutValue

Timeout value for a UEFI one-shot timer event. A packet that has not been removed from the MNP transmit queue will be dropped if its receive timeout expires.