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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUdp4.h64 } EFI_UDP4_SESSION_DATA; typedef in typeref:struct:__anon12355
93 EFI_UDP4_SESSION_DATA *UdpSessionData; //OPTIONAL
103 EFI_UDP4_SESSION_DATA UdpSession;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c628 IN EFI_UDP4_SESSION_DATA *Session,
856 &((EFI_UDP4_SESSION_DATA *) Session)->DestinationAddress,
933 &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress,
941 (EFI_IP4_EQUAL (DestIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
947 } else if (EFI_IP4_EQUAL (&Mode->StationIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
984 Port = ((EFI_UDP4_SESSION_DATA *) Session)->DestinationPort;
1041 &((EFI_UDP4_SESSION_DATA *)Session)->SourceAddress,
1049 (EFI_IP4_EQUAL (SrcIp, &((EFI_UDP4_SESSION_DATA *)Session)->SourceAddress) ||
1086 Port = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
1143 EFI_UDP4_SESSION_DATA *Sessio
[all...]
H A DPxeBcSupport.h193 IN EFI_UDP4_SESSION_DATA *Session,
H A DPxeBcImpl.c1037 EFI_UDP4_SESSION_DATA Udp4Session;
1147 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DUdpIoLib.h105 EFI_UDP4_SESSION_DATA Udp4;
/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
791 EFI_UDP4_SESSION_DATA *UdpSessionData;
1265 @param[in] Udp4Session Pointer to the EFI_UDP4_SESSION_DATA abstracted
1276 IN EFI_UDP4_SESSION_DATA *Udp4Session
1608 EFI_UDP4_SESSION_DATA *Udp4Session;
1797 EFI_UDP4_SESSION_DATA Udp4Session;
H A DUdp4Main.c515 EFI_UDP4_SESSION_DATA *UdpSessionData;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.h145 EFI_UDP4_SESSION_DATA Session; ///< Remote network address
155 EFI_UDP4_SESSION_DATA Session; ///< Remote network address
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c237 EndPoint.LocalPort = ((EFI_UDP4_SESSION_DATA *) Session)->DestinationPort;
238 EndPoint.RemotePort = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
242 &((EFI_UDP4_SESSION_DATA *) Session)->DestinationAddress,
248 &((EFI_UDP4_SESSION_DATA *) Session)->SourceAddress,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h700 EFI_UDP4_SESSION_DATA Session;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1359 EFI_UDP4_SESSION_DATA Udp4Session;
1436 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
1527 IN EFI_UDP4_SESSION_DATA *Session
1631 EFI_UDP4_SESSION_DATA *Session;

Completed in 74 milliseconds