Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:SolicitRetransmission

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);