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

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.

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

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

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

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.

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

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

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

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.

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.


Generated on Thu Sep 24 23:14:28 2015 for MdePkg[ALL] by  doxygen 1.5.7.1