Searched defs:CfgData (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c575 EFI_UDP6_CONFIG_DATA CfgData; local
578 ZeroMem (&CfgData, sizeof (EFI_UDP6_CONFIG_DATA));
580 CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
581 CfgData.TransmitTimeout = PXEBC_DEFAULT_LIFETIME;
582 CfgData.HopLimit = PXEBC_DEFAULT_HOPLIMIT;
583 CfgData.AllowDuplicatePort = TRUE;
584 CfgData.StationPort = *SrcPort;
586 CopyMem (&CfgData.StationAddress, StationIp, sizeof (EFI_IPv6_ADDRESS));
593 Status = Udp6->Configure (Udp6, &CfgData);
599 Udp6->GetModeData (Udp6, &CfgData, NUL
[all...]

Completed in 40 milliseconds