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

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 193 // Allocate another buffer for solicitretransmission, and copy it.
195 if (SorCfg->SolicitRetransmission != NULL) {
197 DstCfg->SolicitRetransmission = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION));
199 if (DstCfg->SolicitRetransmission == NULL) {
207 DstCfg->SolicitRetransmission,
208 SorCfg->SolicitRetransmission,
276 if (CfgData->SolicitRetransmission != NULL) {
277 FreePool (CfgData->SolicitRetransmission);
    [all...]
Dhcp6Impl.c 449 if (Dhcp6CfgData->IaInfoEvent == NULL && Dhcp6CfgData->SolicitRetransmission == NULL) {
453 if (Dhcp6CfgData->SolicitRetransmission != NULL &&
454 Dhcp6CfgData->SolicitRetransmission->Mrc == 0 &&
455 Dhcp6CfgData->SolicitRetransmission->Mrd == 0
    [all...]
Dhcp6Io.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 383 EFI_DHCP6_RETRANSMISSION *SolicitRetransmission;
459 - SolicitRetransmission is not NULL, and both SolicitRetransimssion->Mrc and
460 SolicitRetransmission->Mrd are zero.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 953 Config.SolicitRetransmission = Retransmit;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 242 Dhcp6CfgData.SolicitRetransmission = NULL;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c     [all...]

Completed in 78 milliseconds