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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUdp6.h89 /// The EFI_UDP6_SESSION_DATA is used to retrieve the settings when receiving packets or
114 } EFI_UDP6_SESSION_DATA; typedef in typeref:struct:__anon12364
193 EFI_UDP6_SESSION_DATA *UdpSessionData;
231 EFI_UDP6_SESSION_DATA UdpSession;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c733 IN EFI_UDP6_SESSION_DATA *Session,
848 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress,
926 &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress,
942 EFI_IP6_EQUAL (DestIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress))) {
948 EFI_IP6_EQUAL (&Mode->StationIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress)) {
982 Port = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort;
1034 &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress,
1050 EFI_IP6_EQUAL (SrcIp, &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress))) {
1084 Port = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
1247 EFI_UDP6_SESSION_DATA *Sessio
[all...]
H A DPxeBcSupport.h223 IN EFI_UDP6_SESSION_DATA *Session,
H A DPxeBcImpl.c1038 EFI_UDP6_SESSION_DATA Udp6Session;
1124 ZeroMem (&Udp6Session, sizeof (EFI_UDP6_SESSION_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DUdpIoLib.h106 EFI_UDP6_SESSION_DATA Udp6;
/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
786 EFI_UDP6_SESSION_DATA *UdpSessionData;
1259 @param[in] Udp6Session Pointer to the EFI_UDP6_SESSION_DATA abstracted
1269 IN EFI_UDP6_SESSION_DATA *Udp6Session
1594 EFI_UDP6_SESSION_DATA *Udp6Session;
1831 EFI_UDP6_SESSION_DATA Udp6Session;
H A DUdp6Main.c467 EFI_UDP6_SESSION_DATA *UdpSessionData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c274 EndPoint.LocalPort = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort;
275 EndPoint.RemotePort = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
279 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress,
285 &((EFI_UDP6_SESSION_DATA *) Session)->SourceAddress,

Completed in 55 milliseconds