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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
H A DUdp4.h68 // EFI_UDP4_SESSION_DATA *
75 } EFI_UDP4_SESSION_DATA; typedef in typeref:struct:__anon4157
105 EFI_UDP4_SESSION_DATA *UdpSessionData;
118 EFI_UDP4_SESSION_DATA UdpSession;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DUdp4.h72 } EFI_UDP4_SESSION_DATA; typedef in typeref:struct:__anon8203
101 EFI_UDP4_SESSION_DATA *UdpSessionData; //OPTIONAL
111 EFI_UDP4_SESSION_DATA UdpSession;
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c620 IN EFI_UDP4_SESSION_DATA *Session,
848 &((EFI_UDP4_SESSION_DATA *) Session)->DestinationAddress,
925 &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress,
933 (EFI_IP4_EQUAL (DestIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
939 } else if (EFI_IP4_EQUAL (&Mode->StationIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
976 Port = ((EFI_UDP4_SESSION_DATA *) Session)->DestinationPort;
1033 &((EFI_UDP4_SESSION_DATA *)Session)->SourceAddress,
1041 (EFI_IP4_EQUAL (SrcIp, &((EFI_UDP4_SESSION_DATA *)Session)->SourceAddress) ||
1078 Port = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
1135 EFI_UDP4_SESSION_DATA *Sessio
[all...]
H A DPxeBcSupport.h193 IN EFI_UDP4_SESSION_DATA *Session,
H A DPxeBcImpl.c1061 EFI_UDP4_SESSION_DATA Udp4Session;
1171 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DUdpIoLib.h105 EFI_UDP4_SESSION_DATA Udp4;
/device/linaro/bootloader/edk2/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;
1796 EFI_UDP4_SESSION_DATA Udp4Session;
H A DUdp4Main.c514 EFI_UDP4_SESSION_DATA *UdpSessionData;
/device/linaro/bootloader/edk2/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,
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DSocket.h165 EFI_UDP4_SESSION_DATA Session; ///< Remote network address
175 EFI_UDP4_SESSION_DATA Session; ///< Remote network address
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h701 EFI_UDP4_SESSION_DATA Session;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1369 EFI_UDP4_SESSION_DATA Udp4Session;
1446 ZeroMem (&Udp4Session, sizeof (EFI_UDP4_SESSION_DATA));
1537 IN EFI_UDP4_SESSION_DATA *Session
1641 EFI_UDP4_SESSION_DATA *Session;

Completed in 135 milliseconds