Searched defs:DestinationAddress (Results 1 - 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DPeCoffLib.h53 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon3423
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DPeCoffLib.h92 /// Is set to zero by PeCoffLoaderGetImageInfo(). If DestinationAddress is non-zero,
94 /// If the DestinationAddress is zero, the ImageAddress will be used as the base
97 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon7709
206 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and
235 If the DestinationAddress field of ImageContext is 0, then use the ImageAddress field of
236 ImageContext as the relocation base address. Otherwise, use the DestinationAddress field
241 ImageSize, DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders,
276 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and DebugDirectoryEntryRva
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c180 IP6_COPY_ADDRESS (&ReplyHead.DestinationAddress, &Head->SourceAddress);
182 if (Ip6IsOneOfSetAddress (IpSb, &Head->DestinationAddress, NULL, NULL)) {
183 IP6_COPY_ADDRESS (&ReplyHead.SourceAddress, &Head->DestinationAddress);
238 DestAddress = &Icmp.IpHead.DestinationAddress;
431 &Head->DestinationAddress,
502 Check whether the DestinationAddress is an anycast address.
505 @param[in] DestinationAddress Points to the Destination Address of the packet.
507 @retval TRUE The DestinationAddress is anycast address.
508 @retval FALSE The DestinationAddress is not anycast address.
514 IN EFI_IPv6_ADDRESS *DestinationAddress
570 Ip6SendIcmpError( IN IP6_SERVICE *IpSb, IN NET_BUF *Packet, IN EFI_IPv6_ADDRESS *SourceAddress OPTIONAL, IN EFI_IPv6_ADDRESS *DestinationAddress, IN UINT8 Type, IN UINT8 Code, IN UINT32 *Pointer OPTIONAL ) argument
[all...]
H A DIp6Nd.c633 if (SendIcmpError && !IP6_IS_MULTICAST (&TxToken->Packet->Ip.Ip6->DestinationAddress)) {
1090 @param[in] DestinationAddress If not NULL, the destination address of the message.
1105 IN EFI_IPv6_ADDRESS *DestinationAddress OPTIONAL,
1153 if (DestinationAddress != NULL) {
1154 IP6_COPY_ADDRESS (&Head.DestinationAddress, DestinationAddress);
1156 Ip6SetToAllNodeMulticast (TRUE, IP6_LINK_LOCAL_SCOPE, &Head.DestinationAddress);
1195 @param[in] DestinationAddress The destination address of the message.
1216 IN EFI_IPv6_ADDRESS *DestinationAddress,
1239 ASSERT (DestinationAddress !
1213 Ip6SendNeighborAdvertise( IN IP6_SERVICE *IpSb, IN EFI_IPv6_ADDRESS *SourceAddress, IN EFI_IPv6_ADDRESS *DestinationAddress, IN EFI_IPv6_ADDRESS *TargetIp6Address, IN EFI_MAC_ADDRESS *TargetLinkAddress, IN BOOLEAN IsRouter, IN BOOLEAN Override, IN BOOLEAN Solicited ) argument
1328 Ip6SendNeighborSolicit( IN IP6_SERVICE *IpSb, IN EFI_IPv6_ADDRESS *SourceAddress, IN EFI_IPv6_ADDRESS *DestinationAddress, IN EFI_IPv6_ADDRESS *TargetIp6Address, IN EFI_MAC_ADDRESS *SourceLinkAddress OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/
H A DManagedNetwork.h60 VOID *DestinationAddress; member in struct:__anon4080
72 EFI_MAC_ADDRESS *DestinationAddress; member in struct:__anon4082
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiPeCoffLoader/
H A DPeiPeCoffLoader.h56 EFI_PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon4567
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGluePeCoffLib.h73 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon4898
97 Computes the PeCoffHeaderOffset, ImageAddress, ImageSize, DestinationAddress, CodeView,
122 If the DestinationAddress field of ImageContext is 0, then use the ImageAddress field of
123 ImageContext as the relocation base address. Otherwise, use the DestinationAddress field
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DManagedNetwork.h103 VOID *DestinationAddress; member in struct:__anon8047
115 EFI_MAC_ADDRESS *DestinationAddress; //OPTIONAL member in struct:__anon8049
H A DUdp6.h98 /// to override the existing settings (only DestinationAddress and DestinationPort can
116 EFI_IPv6_ADDRESS DestinationAddress; member in struct:__anon8212
198 /// filed UdpSessionData.DestinationAddress and UdpSessionData.DestionPort can be used as
236 /// The UDP session data including SourceAddress, SourcePort, DestinationAddress,
441 - Token.Packet.TxData.UdpSessionData.DestinationAddress is not zero
445 - Token.Packet.TxData.UdpSessionData.DestinationAddress is non-zero
446 when DestinationAddress is configured as non-zero when doing Configure()
448 - Token.Packet.TxData.UdpSesionData.DestinationAddress is zero when
449 DestinationAddress is unspecified when doing Configure() for this
H A DUdp4.h70 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon8203
H A DIp4.h204 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon7998
238 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon8002
H A DIp6.h175 EFI_IPv6_ADDRESS DestinationAddress; member in struct:__anon8012
412 EFI_IPv6_ADDRESS DestinationAddress; member in struct:_EFI_IP6_HEADER
483 /// ConfigData.DestinationAddress will be used instead.
485 EFI_IPv6_ADDRESS DestinationAddress; member in struct:_EFI_IP6_TRANSMIT_DATA
805 - Token.Packet.TxData.DestinationAddress is non-zero when DestinationAddress is configured as
807 - Token.Packet.TxData.DestinationAddress is unspecified when DestinationAddress is unspecified
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
H A DUdp4.h73 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon4157
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
H A DIp4.h109 EFI_IPv4_ADDRESS DestinationAddress; member in struct:_EFI_IP4_HEADER
130 EFI_IPv4_ADDRESS DestinationAddress; member in struct:_EFI_IP4_TRANSMIT_DATA
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c2381 UINT8 *DestinationAddress; local
2502 DestinationAddress = (UINT8 *) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
2509 (UINT64) ((UINTN)DestinationAddress + Offset),
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2778 UINT8 *DestinationAddress; local
2899 DestinationAddress = (UINT8 *) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
2906 (UINT64) (UINTN) (DestinationAddress + Offset),
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DSocket.h285 EFI_IPv4_ADDRESS DestinationAddress; ///< Default destination address member in struct:__anon9411

Completed in 980 milliseconds