Searched refs:Udp6ServicePoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c1954 EFI_UDP6_SERVICE_POINT *Udp6ServicePoint; local
1996 Udp6ServicePoint = &Udp6VariableData->Services[0];
2010 Udp6ServicePoint->InstanceHandle = Udp6Instance->ChildHandle;
2011 Udp6ServicePoint->LocalPort = Udp6Instance->ConfigData.StationPort;
2012 Udp6ServicePoint->RemotePort = Udp6Instance->ConfigData.RemotePort;
2015 &Udp6ServicePoint->LocalAddress,
2019 &Udp6ServicePoint->RemoteAddress,
2022 Udp6ServicePoint++;

Completed in 58 milliseconds