Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c894 EFI_DHCP6_RETRANSMISSION *Retransmit; in HttpBootDhcp6Sarr() local
909 Retransmit = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION)); in HttpBootDhcp6Sarr()
910 if (Retransmit == NULL) { in HttpBootDhcp6Sarr()
926 Config.SolicitRetransmission = Retransmit; in HttpBootDhcp6Sarr()
927 Retransmit->Irt = 4; in HttpBootDhcp6Sarr()
928 Retransmit->Mrc = 4; in HttpBootDhcp6Sarr()
929 Retransmit->Mrt = 32; in HttpBootDhcp6Sarr()
930 Retransmit->Mrd = 60; in HttpBootDhcp6Sarr()
936 FreePool (Retransmit); in HttpBootDhcp6Sarr()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1944 EFI_DHCP6_RETRANSMISSION *Retransmit; in PxeBcDhcp6Sarr() local
1967 Retransmit = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION)); in PxeBcDhcp6Sarr()
1968 if (Retransmit == NULL) { in PxeBcDhcp6Sarr()
1984 Config.SolicitRetransmission = Retransmit; in PxeBcDhcp6Sarr()
1985 Retransmit->Irt = 4; in PxeBcDhcp6Sarr()
1986 Retransmit->Mrc = 4; in PxeBcDhcp6Sarr()
1987 Retransmit->Mrt = 32; in PxeBcDhcp6Sarr()
1988 Retransmit->Mrd = 60; in PxeBcDhcp6Sarr()
1994 FreePool (Retransmit); in PxeBcDhcp6Sarr()