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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c777 EFI_UDP6_CONFIG_DATA *Udp6CfgData; local
1040 Udp6CfgData = &Private->Udp6CfgData;
1043 Udp6CfgData->AcceptAnyPort = TRUE;
1044 Udp6CfgData->AllowDuplicatePort = TRUE;
1045 Udp6CfgData->HopLimit = PXEBC_DEFAULT_HOPLIMIT;
1046 Udp6CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
1047 Udp6CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME;
H A DPxeBcImpl.h148 EFI_UDP6_CONFIG_DATA Udp6CfgData; member in struct:_PXEBC_PRIVATE_DATA
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.c643 EFI_UDP6_CONFIG_DATA Udp6CfgData; local
649 ZeroMem (&Udp6CfgData, sizeof(EFI_UDP6_CONFIG_DATA));
690 Status = Udp6->GetModeData (Udp6, &Udp6CfgData, NULL, NULL, NULL);
739 &Udp6CfgData.StationAddress,
740 Udp6CfgData.StationPort
748 Status = Udp6->GetModeData (Udp6, &Udp6CfgData, NULL, NULL, NULL);
753 if (Udp6CfgData.RemotePort != Instance->ServerDataPort) {
765 &Udp6CfgData.StationAddress,
766 Udp6CfgData.StationPort

Completed in 48 milliseconds