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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeCoffLib.h91 /// Is set to zero by PeCoffLoaderGetImageInfo(). If DestinationAddress is non-zero,
93 /// If the DestinationAddress is zero, the ImageAddress will be used as the base
96 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon11948
215 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and
244 If the DestinationAddress field of ImageContext is 0, then use the ImageAddress field of
245 ImageContext as the relocation base address. Otherwise, use the DestinationAddress field
250 ImageSize, DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders,
285 DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders, and DebugDirectoryEntryRva
/vbox/src/VBox/Devices/EFI/Firmware/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)) {
1077 @param[in] DestinationAddress If not NULL, the destination address of the message.
1092 IN EFI_IPv6_ADDRESS *DestinationAddress OPTIONAL,
1140 if (DestinationAddress != NULL) {
1141 IP6_COPY_ADDRESS (&Head.DestinationAddress, DestinationAddress);
1143 Ip6SetToAllNodeMulticast (TRUE, IP6_LINK_LOCAL_SCOPE, &Head.DestinationAddress);
1182 @param[in] DestinationAddress The destination address of the message.
1203 IN EFI_IPv6_ADDRESS *DestinationAddress,
1226 ASSERT (DestinationAddress !
1200 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
1315 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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLib.h55 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon9962
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DManagedNetwork.h103 VOID *DestinationAddress; member in struct:__anon12210
115 EFI_MAC_ADDRESS *DestinationAddress; //OPTIONAL member in struct:__anon12212
H A DUdp6.h90 /// to override the existing settings (only DestinationAddress and DestinationPort can
108 EFI_IPv6_ADDRESS DestinationAddress; member in struct:__anon12364
190 /// filed UdpSessionData.DestinationAddress and UdpSessionData.DestionPort can be used as
228 /// The UDP session data including SourceAddress, SourcePort, DestinationAddress,
433 - Token.Packet.TxData.UdpSessionData.DestinationAddress is not zero
437 - Token.Packet.TxData.UdpSessionData.DestinationAddress is non-zero
438 when DestinationAddress is configured as non-zero when doing Configure()
440 - Token.Packet.TxData.UdpSesionData.DestinationAddress is zero when
441 DestinationAddress is unspecified when doing Configure() for this
H A DUdp4.h62 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon12355
H A DIp4.h196 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon12165
230 EFI_IPv4_ADDRESS DestinationAddress; member in struct:__anon12169
H A DIp6.h173 EFI_IPv6_ADDRESS DestinationAddress; member in struct:__anon12175
410 EFI_IPv6_ADDRESS DestinationAddress; member in struct:_EFI_IP6_HEADER
481 /// ConfigData.DestinationAddress will be used instead.
483 EFI_IPv6_ADDRESS DestinationAddress; member in struct:_EFI_IP6_TRANSMIT_DATA
803 - Token.Packet.TxData.DestinationAddress is non-zero when DestinationAddress is configured as
805 - Token.Packet.TxData.DestinationAddress is unspecified when DestinationAddress is unspecified
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2729 UINT8 *DestinationAddress; local
2850 DestinationAddress = (UINT8 *) (MemAddress + (DestinationY << 6) + (DestinationY << 4) + (DestinationX >> 3));
2857 (UINT64) (UINTN) (DestinationAddress + Offset),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.h235 EFI_IPv4_ADDRESS DestinationAddress; ///< Default destination address member in struct:__anon12971

Completed in 56 milliseconds