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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c1038 EFI_UDP6_SESSION_DATA Udp6Session; local
1124 ZeroMem (&Udp6Session, sizeof (EFI_UDP6_SESSION_DATA));
1125 CopyMem (&Udp6Session.DestinationAddress, DestIp, sizeof (EFI_IPv6_ADDRESS));
1126 Udp6Session.DestinationPort = *DestPort;
1128 CopyMem (&Udp6Session.SourceAddress, SrcIp, sizeof (EFI_IPv6_ADDRESS));
1131 Udp6Session.SourcePort = *SrcPort;
1136 &Udp6Session,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c125 @param[in] Udp6Session Pointer to the EFI_UDP6_SESSION_DATA abstracted
135 IN EFI_UDP6_SESSION_DATA *Udp6Session
1259 @param[in] Udp6Session Pointer to the EFI_UDP6_SESSION_DATA abstracted
1269 IN EFI_UDP6_SESSION_DATA *Udp6Session
1284 if ((!ConfigData->AcceptAnyPort && (Udp6Session->DestinationPort != ConfigData->StationPort)) ||
1285 ((ConfigData->RemotePort != 0) && (Udp6Session->SourcePort != ConfigData->RemotePort))
1294 !EFI_IP6_EQUAL (&ConfigData->RemoteAddress, &Udp6Session->SourceAddress)
1303 EFI_IP6_EQUAL (&Udp6Session->DestinationAddress, &ConfigData->StationAddress)
1312 IP6_COPY_ADDRESS (&Destination, &Udp6Session->DestinationAddress);
1594 EFI_UDP6_SESSION_DATA *Udp6Session; local
1831 EFI_UDP6_SESSION_DATA Udp6Session; local
[all...]

Completed in 50 milliseconds