Searched defs:DestAddress (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c234 EFI_IPv6_ADDRESS *DestAddress; local
238 DestAddress = &Icmp.IpHead.DestinationAddress;
246 if (IP6_IS_MULTICAST (DestAddress)) {
247 RouteEntry = Ip6CreateRouteEntry (DestAddress, 128, NULL);
257 RouteEntry = Ip6FindRouteEntry (IpSb->RouteTable, DestAddress, NULL);
/vbox/src/VBox/Devices/Network/
H A DDrvUDPTunnel.cpp68 RTNETADDR DestAddress; member in struct:DRVUDPTUNNEL
215 rc = RTUdpWrite(pThis->pServer, pSgBuf->aSegs[0].pvSeg, pSgBuf->cbUsed, &pThis->DestAddress);
229 rc = RTUdpWrite(pThis->pServer, pvSegFrame, cbSegFrame, &pThis->DestAddress);
541 rc = RTSocketParseInetAddress(pThis->pszDestIP, pThis->uDestPort, &pThis->DestAddress);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c255 @param[in] DestAddress The destination address of the memory operation. The caller is
256 responsible for aligning the DestAddress if required.
260 Width size * Count, starting at DestAddress and SrcAddress.
272 IN UINT64 DestAddress,
1526 @param[in] DestAddress The destination address of the memory operation. The caller is
1527 responsible for aligning the DestAddress if required.
1531 Width size * Count, starting at DestAddress and SrcAddress.
1543 IN UINT64 DestAddress,
1558 if (DestAddress == SrcAddress) {
1565 if ((DestAddress > SrcAddres
1540 RootBridgeIoCopyMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 DestAddress, IN UINT64 SrcAddress, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h323 EFI_IP_ADDRESS DestAddress; member in struct:_EFI_IPSEC_SA_ID
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c317 @param[in] DestAddress The destination address used to find the SAD entry.
326 IN EFI_IP_ADDRESS *DestAddress,
341 DestAddress,
356 @param[in] DestAddress The destination used to search the SAD entry.
365 IN EFI_IP_ADDRESS *DestAddress,
385 &DestAddress,
395 DestAddress,
324 IpSecLookupSadBySpd( IN LIST_ENTRY *SadList, IN EFI_IP_ADDRESS *DestAddress, IN UINT8 IpVersion ) argument
363 IpSecLookupSadBySpi( IN UINT32 Spi, IN EFI_IP_ADDRESS *DestAddress, IN UINT8 IpVersion ) argument

Completed in 57 milliseconds