Searched refs:RemoteIp (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeService.h31 @param[in] RemoteIp Point to IP Address which the remote peer to negnotiate.
43 IN EFI_IP_ADDRESS * RemoteIp
184 @param[in] RemoteIp Point to EFI_IP_ADDRESS related to the IKE negotiation.
194 IN EFI_IP_ADDRESS *RemoteIp
H A DIkeService.c203 @param[in] RemoteIp User-defined data when calling UdpIoCreateIo().
212 IN EFI_IP_ADDRESS *RemoteIp
296 RemoteIp
488 @param[in] RemoteIp Point to EFI_IP_ADDRESS related to the IKE negotiation.
499 IN EFI_IP_ADDRESS *RemoteIp
516 Status = IkeOpenOutputUdp (UdpService, RemoteIp);
523 IkeSaSession = (UINT8 *) Ikev2SaSessionLookup (&Private->Ikev2EstablishedList, RemoteIp);
530 PadEntry = IpSecLookupPadEntry (UdpService->IpVersion, RemoteIp);
545 Status = Exchange->NegotiateSa (UdpService, SpdEntry, PadEntry, RemoteIp);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DTcpIoLib.h40 EFI_IPv4_ADDRESS RemoteIp; member in struct:__anon11060
47 EFI_IPv6_ADDRESS RemoteIp; member in struct:__anon11061
H A DNetLib.h1154 @param[in] RemoteIp The remote IPv4 address.
1167 IN IP4_ADDR RemoteIp,
1185 @param[in] RemoteIp The remote IPv6 address.
1197 IN EFI_IPv6_ADDRESS *RemoteIp,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiTcp4Io.h26 EFI_IPv4_ADDRESS RemoteIp; member in struct:_TCP4_IO_CONFIG_DATA
H A DIScsiTcp4Io.c126 CopyMem (&AccessPoint->RemoteAddress, &ConfigData->RemoteIp, sizeof (EFI_IPv4_ADDRESS));
H A DIScsiProto.c234 CopyMem (&Tcp4IoConfig.RemoteIp, &Session->ConfigData.NvData.TargetIp, sizeof (EFI_IPv4_ADDRESS));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DExchange.c27 @param[in] RemoteIp Point to IP Address which the remote peer to negnotiate.
31 @retval EFI_INVALID_PARAMETER If UdpService or RemoteIp is NULL.
40 IN EFI_IP_ADDRESS *RemoteIp
50 if (UdpService == NULL || RemoteIp == NULL) {
62 IkeSaSession = Ikev2SaSessionLookup (&Private->Ikev2SessionList, RemoteIp);
94 RemoteIp,
134 Ikev2SaSessionInsert (&Private->Ikev2SessionList, IkeSaSession, RemoteIp);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Func.h49 @param RemoteIp The remote IP address.
61 IN UINT32 RemoteIp,
H A DTcp4Misc.c288 @param RemoteIp The remote IP address.
300 IN UINT32 RemoteIp,
313 Remote.Ip = RemoteIp;
296 TcpLocateTcb( IN TCP_PORTNO LocalPort, IN UINT32 LocalIp, IN TCP_PORTNO RemotePort, IN UINT32 RemoteIp, IN BOOLEAN Syn ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpFunc.h92 @param[in] RemoteIp The remote IP address.
105 IN EFI_IP_ADDRESS *RemoteIp,
H A DTcpMisc.c357 @param[in] RemoteIp The remote IP address.
370 IN EFI_IP_ADDRESS *RemoteIp,
384 CopyMem (&Remote.Ip, RemoteIp, sizeof (EFI_IP_ADDRESS));
366 TcpLocateTcb( IN TCP_PORTNO LocalPort, IN EFI_IP_ADDRESS *LocalIp, IN TCP_PORTNO RemotePort, IN EFI_IP_ADDRESS *RemoteIp, IN UINT8 Version, IN BOOLEAN Syn ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2587 @param[in] RemoteIp The remote IPv4 address.
2600 IN IP4_ADDR RemoteIp,
2611 CopyMem (&Node->RemoteIpAddress, &RemoteIp, sizeof (EFI_IPv4_ADDRESS));
2644 @param[in] RemoteIp The remote IPv6 address.
2656 IN EFI_IPv6_ADDRESS *RemoteIp,
2666 CopyMem (&Node->RemoteIpAddress, RemoteIp, sizeof (EFI_IPv6_ADDRESS));
2595 NetLibCreateIPv4DPathNode( IN OUT IPv4_DEVICE_PATH *Node, IN EFI_HANDLE Controller, IN IP4_ADDR LocalIp, IN UINT16 LocalPort, IN IP4_ADDR RemoteIp, IN UINT16 RemotePort, IN UINT16 Protocol, IN BOOLEAN UseDefaultAddress ) argument
2651 NetLibCreateIPv6DPathNode( IN OUT IPv6_DEVICE_PATH *Node, IN EFI_HANDLE Controller, IN EFI_IPv6_ADDRESS *LocalIp, IN UINT16 LocalPort, IN EFI_IPv6_ADDRESS *RemoteIp, IN UINT16 RemotePort, IN UINT16 Protocol ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c254 &ConfigData->Tcp4IoConfigData.RemoteIp,
295 IP6_COPY_ADDRESS (&AccessPoint6->RemoteAddress, &ConfigData->Tcp6IoConfigData.RemoteIp);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.c260 CopyMem (&Tcp4IoConfig->RemoteIp, &NvData->TargetIp, sizeof (EFI_IPv4_ADDRESS));
268 CopyMem (&Tcp6IoConfig->RemoteIp, &NvData->TargetIp, sizeof (EFI_IPv6_ADDRESS));

Completed in 107 milliseconds