Searched refs:DestinationAddress (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.h57 Check whether the DestinationAddress is an anycast address.
60 @param[in] DestinationAddress Points to the Destination Address of the packet.
62 @retval TRUE The DestinationAddress is anycast address.
63 @retval FALSE The DestinationAddress is not anycast address.
69 IN EFI_IPv6_ADDRESS *DestinationAddress
73 Generate ICMPv6 error message and send it out to DestinationAddress. Currently
81 according to the DestinationAddress.
82 @param[in] DestinationAddress Points to the Destination Address of the ICMPv6
101 IN EFI_IPv6_ADDRESS *DestinationAddress,
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 DIp6Output.c565 IpIf = Ip6SelectInterface (IpSb, &Head->DestinationAddress, &Head->SourceAddress);
609 if (Ip6IsAnycast (IpSb, &Head->DestinationAddress)) {
632 &Head->DestinationAddress,
685 if (IP6_IS_MULTICAST (&Head->DestinationAddress)) {
686 IP6_COPY_ADDRESS (&NextHop, &Head->DestinationAddress);
693 NeighborCache = Ip6FindNeighborEntry (IpSb, &Head->DestinationAddress);
698 IP6_COPY_ADDRESS (&NextHop, &Head->DestinationAddress);
703 RouteCache = Ip6Route (IpSb, &Head->DestinationAddress, &Head->SourceAddress);
717 if (!IP6_IS_MULTICAST (&NextHop) && !EFI_IP6_EQUAL (&Head->DestinationAddress, &Head->SourceAddress)) {
764 &Head->DestinationAddress,
[all...]
H A DIp6Mld.c177 IP6_COPY_ADDRESS (&Head.DestinationAddress, MulticastAddr);
211 &Head.DestinationAddress,
286 IP6_COPY_ADDRESS (&Head.DestinationAddress, &Destination);
315 &Head.DestinationAddress,
765 if (Head->HopLimit != 1 || !IP6_IS_MULTICAST (&Head->DestinationAddress)) {
776 if (!EFI_IP6_EQUAL (&Head->DestinationAddress, &AllNodes)) {
780 if (!EFI_IP6_EQUAL (&Head->DestinationAddress, &MldPacket.Group)) {
851 if (Head->HopLimit != 1 || !IP6_IS_MULTICAST (&Head->DestinationAddress)) {
859 if (!EFI_IP6_EQUAL (&Head->DestinationAddress, &MldPacket.Group)) {
H A DIp6Option.c95 if (!IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
332 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
411 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
455 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
532 !IP6_IS_MULTICAST (&Packet->Ip.Ip6->DestinationAddress)) {
H A DIp6Impl.c134 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
387 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
405 Status = Ip6SelectSourceAddress (IpSb, &Config->DestinationAddress, &Source);
1224 - Token.Packet.TxData.DestinationAddress is non
1225 zero when DestinationAddress is configured as
1228 - Token.Packet.TxData.DestinationAddress is
1229 unspecified when DestinationAddress is unspecified
1309 IP6_COPY_ADDRESS (&Head.DestinationAddress, &Config->DestinationAddress);
1313 if (NetIp6IsUnspecifiedAddr (&TxData->DestinationAddress)) {
[all...]
H A DIp6Input.c194 Index = IP6_ASSEMBLE_HASH (&Head->DestinationAddress, &Head->SourceAddress, This->Id);
201 EFI_IP6_EQUAL (&Entry->Dst, &Head->DestinationAddress)
213 &Head->DestinationAddress,
569 if (IP6_IS_MULTICAST (&(*Head)->DestinationAddress) || IP6_IS_MULTICAST (&(*Head)->SourceAddress)) {
795 if ((CompareMem (&Loopback, &(*Head)->DestinationAddress, sizeof (EFI_IPv6_ADDRESS)) == 0) ||
796 (NetIp6IsUnspecifiedAddr (&(*Head)->DestinationAddress))) {
816 if (Ip6IsOneOfSetAddress (IpSb, &(*Head)->DestinationAddress, NULL, NULL)) {
818 } else if (IP6_IS_MULTICAST (&(*Head)->DestinationAddress)) {
819 if (Ip6FindMldEntry (IpSb, &(*Head)->DestinationAddress) != NULL) {
1393 if (EFI_IP6_EQUAL (IpInstance->GroupList + Index, &Head->DestinationAddress)) {
[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...]
H A DIp6Nd.h616 @param[in] DestinationAddress If not NULL, the destination address of the message.
630 IN EFI_IPv6_ADDRESS *DestinationAddress OPTIONAL,
639 @param[in] DestinationAddress The destination address of the message.
656 IN EFI_IPv6_ADDRESS *DestinationAddress,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicmpapi.h48 IPAddr DestinationAddress,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicmpapi.h48 IPAddr DestinationAddress,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffExtraActionLib/
H A DVBoxPeCoffExtraActionLib.c61 if (pImageCtx->DestinationAddress)
62 vboxImageEvtU64(EFI_IMAGE_EVT_CMD_ADDR0, pImageCtx->DestinationAddress);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DIp4.c575 &pIp4->DestinationAddress.Addr[0],
617 pIp4->DestinationAddress.Addr[0] = (UINT8)( pRemoteAddress->sin_addr.s_addr );
618 pIp4->DestinationAddress.Addr[1] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 8 );
619 pIp4->DestinationAddress.Addr[2] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 16 );
620 pIp4->DestinationAddress.Addr[3] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 24 );
789 pIp4->DestinationAddress.Addr[0],
790 pIp4->DestinationAddress.Addr[1],
791 pIp4->DestinationAddress.Addr[2],
792 pIp4->DestinationAddress.Addr[3]));
843 pIp4->DestinationAddress
[all...]
H A DUdp4.c847 pTxData->Session.DestinationAddress.Addr[0] = (UINT8)pRemoteAddress->sin_addr.s_addr;
848 pTxData->Session.DestinationAddress.Addr[1] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 8 );
849 pTxData->Session.DestinationAddress.Addr[2] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 16 );
850 pTxData->Session.DestinationAddress.Addr[3] = (UINT8)( pRemoteAddress->sin_addr.s_addr >> 24 );
/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 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
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
/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/BaseTools/Source/C/Common/
H A DPeCoffLib.h55 PHYSICAL_ADDRESS DestinationAddress; member in struct:__anon9962
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c277 if (!EFI_IP4_EQUAL (&RxData->Header->DestinationAddress, &Mode->StationIp.v4)) {
413 !EFI_IP6_EQUAL (&RxData->Header->DestinationAddress, &Mode->StationIp.v6)) {
848 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress,
856 &((EFI_UDP4_SESSION_DATA *) Session)->DestinationAddress,
926 &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress,
933 &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress,
941 (EFI_IP4_EQUAL (DestIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
942 EFI_IP6_EQUAL (DestIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress))) {
947 } else if (EFI_IP4_EQUAL (&Mode->StationIp, &((EFI_UDP4_SESSION_DATA *)Session)->DestinationAddress) ||
948 EFI_IP6_EQUAL (&Mode->StationIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress)) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpIo.c54 if ((TxData->DestinationAddress != NULL) && (TxData->HeaderLength != 0)) {
56 // The token is invalid if the HeaderLength isn't zero while the DestinationAddress
59 DEBUG ((EFI_D_WARN, "MnpIsValidTxToken: DestinationAddress isn't NULL, HeaderLength must be 0.\n"));
78 if ((TxData->DestinationAddress == NULL) && (FragmentTable[0].FragmentLength < TxData->HeaderLength)) {
131 if ((TxData->DestinationAddress == NULL) && (TxData->FragmentCount == 1)) {
148 if (TxData->DestinationAddress != NULL) {
253 TxData->DestinationAddress,
381 RxData->DestinationAddress = RxData->MediaHeader;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c739 IP6_COPY_ADDRESS (&Ip6ConfigData->DestinationAddress, &Udp6ConfigData->RemoteAddress);
766 UdpSessionData.DestinationAddress are not valid
834 if (NetIp6IsUnspecifiedAddr (&UdpSessionData->DestinationAddress) &&
838 // The DestinationAddress is not specificed.
843 if (!NetIp6IsUnspecifiedAddr (&UdpSessionData->DestinationAddress) &&
847 // The ConfigData.RemoteAddress is not zero and the UdpSessionData.DestinationAddress
1303 EFI_IP6_EQUAL (&Udp6Session->DestinationAddress, &ConfigData->StationAddress)
1312 IP6_COPY_ADDRESS (&Destination, &Udp6Session->DestinationAddress);
1629 IP6_COPY_ADDRESS (&Udp6Session->DestinationAddress, &NetSession->Dest);
1839 IP6_COPY_ADDRESS (&Udp6Session.DestinationAddress,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c470 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,
624 CopyMem (&DstAddr, &Ip6->DestinationAddress, sizeof (EFI_IPv6_ADDRESS));
862 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,
1117 &((EFI_IP6_HEADER*)IpPayload)->DestinationAddress,
1161 &((EFI_IP6_HEADER *)IpPayload)->DestinationAddress,
1333 &((EFI_IP6_HEADER *)InnerHead)->DestinationAddress,
2029 &((EFI_IP6_HEADER *) IpHead)->DestinationAddress,

Completed in 487 milliseconds

12