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

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.spec1 Summary: Remote Desktop Protocol client
12 rdesktop is a client for Remote Desktop Protocol (RDP), used in a number of
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c171 Locate a listen TCB that matchs the Local and Remote.
174 @param Remote Pointer to the remote (IP, Port).
183 IN TCP_PEER *Remote
199 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd) ||
305 TCP_PEER Remote; local
312 Remote.Port = RemotePort;
313 Remote.Ip = RemoteIp;
321 if (TCP_PEER_EQUAL (&Remote, &Tcb->RemoteEnd) &&
335 return TcpLocateListenTcb (&Local, &Remote);
H A DTcp4Func.h254 @param Remote Remote peer's IP address.
266 IN UINT32 Remote
H A DTcp4Output.c1031 @param Remote Remote peer's IP address.
1043 IN UINT32 Remote
1103 HeadSum = NetPseudoHeadChecksum (Local, Remote, 6, 0);
1106 TcpSendIpPacket (Tcb, Nbuf, Local, Remote);
/vbox/src/VBox/Main/include/
H A DRemoteUSBDeviceImpl.h68 STDMETHOD(COMGETTER(Remote)) (BOOL *aRemote);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c228 Locate a listen TCB that matchs the Local and Remote.
231 @param[in] Remote Pointer to the remote (IP, Port).
242 IN TCP_PEER *Remote,
260 !TCP_PEER_MATCH (Remote, &Node->RemoteEnd, Version) ||
376 TCP_PEER Remote; local
381 Remote.Port = RemotePort;
384 CopyMem (&Remote.Ip, RemoteIp, sizeof (EFI_IP_ADDRESS));
393 TCP_PEER_EQUAL (&Remote, &Tcb->RemoteEnd, Version) &&
408 return TcpLocateListenTcb (&Local, &Remote, Version);
240 TcpLocateListenTcb( IN TCP_PEER *Local, IN TCP_PEER *Remote, IN UINT8 Version ) argument
H A DTcpFunc.h453 @param[in] Remote Remote peer's IP address.
467 IN EFI_IP_ADDRESS *Remote,
H A DTcpOutput.c1079 @param[in] Remote Remote peer's IP address.
1093 IN EFI_IP_ADDRESS *Remote,
1155 HeadSum = NetPseudoHeadChecksum (Local->Addr[0], Remote->Addr[0], 6, 0);
1157 HeadSum = NetIp6PseudoHeadChecksum (&Local->v6, &Remote->v6, 6, 0);
1162 TcpSendIpPacket (Tcb, Nbuf, Local, Remote, Version);
1088 TcpSendReset( IN TCP_CB *Tcb, IN TCP_HEAD *Head, IN INT32 Len, IN EFI_IP_ADDRESS *Local, IN EFI_IP_ADDRESS *Remote, IN UINT8 Version ) argument
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp323 STDMETHODIMP RemoteUSBDevice::COMGETTER(Remote) (BOOL *aRemote) function in class:RemoteUSBDevice
H A DUSBDeviceImpl.cpp101 hrc = aUSBDevice->COMGETTER(Remote)(&unconst(mData.remote));
H A DConsoleImpl.cpp8602 hrc = aHostDevice->COMGETTER(Remote)(&fRemote);
8731 HRESULT hrc2 = aHostDevice->COMGETTER(Remote)(&fRemote);
9285 LogRel(("Remote USB: ++++ Vendor %04X. Product %04X. Name = [%s].\n",
9366 LogRel(("Remote USB: ---- Vendor %04X. Product %04X. Name = [%ls].\n",
9498 errMsg = Utf8StrFmt(tr("VirtualBox Remote Desktop Extension server can't bind to the port: %s"),
9506 LogRel(("VRDE: VirtualBox Remote Desktop Extension is not available.\n"));
9517 errMsg = Utf8StrFmt(tr("Could not find the VirtualBox Remote Desktop Extension library."));
9521 errMsg = Utf8StrFmt(tr("Failed to launch Remote Desktop Extension server (%Rrc)"),
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp451 CHECK_ERROR_BREAK(flt, COMSETTER(Remote)(f.mRemote.raw()));
510 CHECK_ERROR_BREAK(flt, COMSETTER(Remote)(f.mRemote.raw()));
H A DVBoxManageInfo.cpp1736 * Remote Desktop
1973 CHECK_ERROR_RET(DevPtr, COMGETTER(Remote)(bstr.asOutParam()), rc);
1977 RTPrintf("Remote: %ls\n", bstr.raw());
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFiltersImpl.cpp284 STDMETHOD(COMGETTER(Remote))(BSTR *aRemote);
285 STDMETHOD(COMSETTER(Remote))(IN_BSTR aRemote);
979 rc = aUSBDevice->COMGETTER(Remote)(&remote);
H A DUSBDeviceFilterImpl.cpp262 rc = COMSETTER(Remote)(Bstr(data.strRemote).raw());
614 tr("Remote state filter string '%s' is not valid (error at position %d)"),

Completed in 108 milliseconds