Home
last modified time | relevance | path

Searched refs:EFI_UDP6_SESSION_DATA (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUdp6.h122 } EFI_UDP6_SESSION_DATA; typedef
201 EFI_UDP6_SESSION_DATA *UdpSessionData;
239 EFI_UDP6_SESSION_DATA UdpSession;
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.c731 IN EFI_UDP6_SESSION_DATA *Session, in PxeBcUdp6Write()
846 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress, in PxeBcCheckByIpFilter()
924 &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress, in PxeBcCheckByDestIp()
940 EFI_IP6_EQUAL (DestIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress))) { in PxeBcCheckByDestIp()
946 … EFI_IP6_EQUAL (&Mode->StationIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress)) { in PxeBcCheckByDestIp()
980 Port = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort; in PxeBcCheckByDestPort()
1032 &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress, in PxeBcFilterBySrcIp()
1048 EFI_IP6_EQUAL (SrcIp, &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress))) { in PxeBcFilterBySrcIp()
1082 Port = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort; in PxeBcFilterBySrcPort()
1245 EFI_UDP6_SESSION_DATA *Session; in PxeBcUdp6Read()
DPxeBcSupport.h227 IN EFI_UDP6_SESSION_DATA *Session,
DPxeBcImpl.c1071 EFI_UDP6_SESSION_DATA Udp6Session; in EfiPxeBcUdpWrite()
1159 ZeroMem (&Udp6Session, sizeof (EFI_UDP6_SESSION_DATA)); in EfiPxeBcUdpWrite()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DUdpIoLib.h106 EFI_UDP6_SESSION_DATA Udp6;
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
DUdp6Impl.c135 IN EFI_UDP6_SESSION_DATA *Udp6Session
790 EFI_UDP6_SESSION_DATA *UdpSessionData; in Udp6ValidateTxToken()
1273 IN EFI_UDP6_SESSION_DATA *Udp6Session in Udp6MatchDgram()
1598 EFI_UDP6_SESSION_DATA *Udp6Session; in Udp6Demultiplex()
1839 EFI_UDP6_SESSION_DATA Udp6Session; in Udp6IcmpHandler()
DUdp6Main.c465 EFI_UDP6_SESSION_DATA *UdpSessionData; in Udp6Transmit()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DDxeUdpIoLib.c286 EndPoint.LocalPort = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort; in UdpIoOnDgramRcvdDpc()
287 EndPoint.RemotePort = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort; in UdpIoOnDgramRcvdDpc()
291 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress, in UdpIoOnDgramRcvdDpc()
297 &((EFI_UDP6_SESSION_DATA *) Session)->SourceAddress, in UdpIoOnDgramRcvdDpc()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h187 EFI_UDP6_SESSION_DATA Session; ///< Remote network address
197 EFI_UDP6_SESSION_DATA Session; ///< Remote network address