HomeSort by relevance Sort by last modified time
    Searched refs:NewConfigData (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 645 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->AcceptPromiscuous) {
    [all...]
Udp4Impl.h 495 This function is used to check whether the NewConfigData has any un-reconfigurable
500 @param[in] NewConfigData Pointer to the new ConfigData.
509 IN EFI_UDP4_CONFIG_DATA *NewConfigData
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 655 This function is used to check whether the NewConfigData has any un-reconfigurable
660 @param[in] NewConfigData Pointer to the new ConfigData.
662 @retval TRUE The instance is reconfigurable according to the NewConfigData.
669 IN EFI_UDP6_CONFIG_DATA *NewConfigData
672 if ((NewConfigData->AcceptAnyPort != OldConfigData->AcceptAnyPort) ||
673 (NewConfigData->AcceptPromiscuous != OldConfigData->AcceptPromiscuous) ||
674 (NewConfigData->AllowDuplicatePort != OldConfigData->AllowDuplicatePort)
682 if ((!NewConfigData->AcceptAnyPort) &&
683 (NewConfigData->StationPort != OldConfigData->StationPort)
691 if (!EFI_IP6_EQUAL (&NewConfigData->StationAddress, &OldConfigData->StationAddress)) {
    [all...]
Udp6Impl.h 509 This function is used to check whether the NewConfigData has any un-reconfigurable
514 @param[in] NewConfigData Pointer to the new ConfigData.
516 @retval TRUE The instance is reconfigurable according to NewConfigData.
517 @retval FALSE The instance is not reconfigurable according to NewConfigData.
523 IN EFI_UDP6_CONFIG_DATA *NewConfigData

Completed in 86 milliseconds