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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c1037 EFI_UDP4_SESSION_DATA Udp4Session; local
1147 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
1148 CopyMem (&Udp4Session.DestinationAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1149 Udp4Session.DestinationPort = *DestPort;
1151 CopyMem (&Udp4Session.SourceAddress, SrcIp, sizeof (EFI_IPv4_ADDRESS));
1154 Udp4Session.SourcePort = *SrcPort;
1161 &Udp4Session,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c125 @param[in] Udp4Session Pointer to the EFI_UDP4_SESSION_DATA abstracted
136 IN EFI_UDP4_SESSION_DATA *Udp4Session
1265 @param[in] Udp4Session Pointer to the EFI_UDP4_SESSION_DATA abstracted
1276 IN EFI_UDP4_SESSION_DATA *Udp4Session
1291 if ((!ConfigData->AcceptAnyPort && (Udp4Session->DestinationPort != ConfigData->StationPort)) ||
1292 ((ConfigData->RemotePort != 0) && (Udp4Session->SourcePort != ConfigData->RemotePort))
1301 !EFI_IP4_EQUAL (&ConfigData->RemoteAddress, &Udp4Session->SourceAddress)
1310 EFI_IP4_EQUAL (&Udp4Session->DestinationAddress, &ConfigData->StationAddress)
1319 CopyMem (&Destination, &Udp4Session->DestinationAddress, sizeof (IP4_ADDR));
1608 EFI_UDP4_SESSION_DATA *Udp4Session; local
1797 EFI_UDP4_SESSION_DATA Udp4Session; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1359 EFI_UDP4_SESSION_DATA Udp4Session; local
1436 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
1438 CopyMem (&Udp4Session.DestinationAddress, DestIp, sizeof (EFI_IPv4_ADDRESS));
1439 Udp4Session.DestinationPort = *DestPort;
1441 CopyMem (&Udp4Session.SourceAddress, SrcIp, sizeof (EFI_IPv4_ADDRESS));
1444 Udp4Session.SourcePort = *SrcPort;
1468 Udp4TxData->UdpSessionData = &Udp4Session;

Completed in 52 milliseconds