Searched refs:Retransmit (Results 1 – 2 of 2) sorted by relevance
921 EFI_DHCP6_RETRANSMISSION *Retransmit; in HttpBootDhcp6Sarr() local936 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()
2220 EFI_DHCP6_RETRANSMISSION *Retransmit; in PxeBcDhcp6Sarr() local2243 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()