Searched refs:NewConfigData (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c645 This function is used to check whether the NewConfigData has any un-reconfigurable
650 @param[in] NewConfigData Pointer to the new ConfigData.
659 IN EFI_UDP4_CONFIG_DATA *NewConfigData
662 if ((NewConfigData->AcceptAnyPort != OldConfigData->AcceptAnyPort) ||
663 (NewConfigData->AcceptBroadcast != OldConfigData->AcceptBroadcast) ||
664 (NewConfigData->AcceptPromiscuous != OldConfigData->AcceptPromiscuous) ||
665 (NewConfigData->AllowDuplicatePort != OldConfigData->AllowDuplicatePort)
673 if ((!NewConfigData->AcceptAnyPort) &&
674 (NewConfigData->StationPort != OldConfigData->StationPort)
682 if (!NewConfigData
[all...]
H A DUdp4Impl.h489 This function is used to check whether the NewConfigData has any un-reconfigurable
494 @param[in] NewConfigData Pointer to the new ConfigData.
503 IN EFI_UDP4_CONFIG_DATA *NewConfigData
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpConfig.c1212 EFI_MANAGED_NETWORK_CONFIG_DATA *NewConfigData; local
1233 NewConfigData = ConfigData;
1234 if (NewConfigData == NULL) {
1239 NewConfigData = &mMnpDefaultConfigData;
1270 if (NewConfigData->EnableUnicastReceive) {
1275 if (NewConfigData->EnableMulticastReceive) {
1279 if (NewConfigData->EnableBroadcastReceive) {
1284 if (NewConfigData->EnablePromiscuousReceive) {
1296 if (!NewConfigData->EnableMulticastReceive) {
1303 CopyMem (OldConfigData, NewConfigData, sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c651 This function is used to check whether the NewConfigData has any un-reconfigurable
656 @param[in] NewConfigData Pointer to the new ConfigData.
658 @retval TRUE The instance is reconfigurable according to the NewConfigData.
665 IN EFI_UDP6_CONFIG_DATA *NewConfigData
668 if ((NewConfigData->AcceptAnyPort != OldConfigData->AcceptAnyPort) ||
669 (NewConfigData->AcceptPromiscuous != OldConfigData->AcceptPromiscuous) ||
670 (NewConfigData->AllowDuplicatePort != OldConfigData->AllowDuplicatePort)
678 if ((!NewConfigData->AcceptAnyPort) &&
679 (NewConfigData->StationPort != OldConfigData->StationPort)
687 if (!EFI_IP6_EQUAL (&NewConfigData
[all...]
H A DUdp6Impl.h528 This function is used to check whether the NewConfigData has any un-reconfigurable
533 @param[in] NewConfigData Pointer to the new ConfigData.
535 @retval TRUE The instance is reconfigurable according to NewConfigData.
536 @retval FALSE The instance is not reconfigurable according to NewConfigData.
542 IN EFI_UDP6_CONFIG_DATA *NewConfigData

Completed in 289 milliseconds