Home
last modified time | relevance | path

Searched refs:Retransmit (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c921 EFI_DHCP6_RETRANSMISSION *Retransmit; in HttpBootDhcp6Sarr() local
936 Retransmit = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION)); in HttpBootDhcp6Sarr()
937 if (Retransmit == NULL) { in HttpBootDhcp6Sarr()
953 Config.SolicitRetransmission = Retransmit; in HttpBootDhcp6Sarr()
954 Retransmit->Irt = 4; in HttpBootDhcp6Sarr()
955 Retransmit->Mrc = 4; in HttpBootDhcp6Sarr()
956 Retransmit->Mrt = 32; in HttpBootDhcp6Sarr()
957 Retransmit->Mrd = 60; in HttpBootDhcp6Sarr()
963 FreePool (Retransmit); in HttpBootDhcp6Sarr()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c2220 EFI_DHCP6_RETRANSMISSION *Retransmit; in PxeBcDhcp6Sarr() local
2243 Retransmit = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION)); in PxeBcDhcp6Sarr()
2244 if (Retransmit == NULL) { in PxeBcDhcp6Sarr()
2260 Config.SolicitRetransmission = Retransmit; in PxeBcDhcp6Sarr()
2261 Retransmit->Irt = 4; in PxeBcDhcp6Sarr()
2262 Retransmit->Mrc = 4; in PxeBcDhcp6Sarr()
2263 Retransmit->Mrt = 32; in PxeBcDhcp6Sarr()
2264 Retransmit->Mrd = 60; in PxeBcDhcp6Sarr()
2270 FreePool (Retransmit); in PxeBcDhcp6Sarr()