Home
last modified time | relevance | path

Searched refs:SetBinaryAddress (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Tests/
H A DCommonFunctions.cpp16 connectToAddress.SetBinaryAddress(ip); in WaitAndConnect()
44 targetAddress.SetBinaryAddress(ip); in DisconnectAndWait()
H A DPeerConnectDisconnectTest.cpp12 currentSystem.SetBinaryAddress("127.0.0.1"); in WaitForConnectionRequestsToComplete()
208 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
243 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DManyClientsOneServerBlockingTest.cpp11 currentSystem.SetBinaryAddress("127.0.0.1"); in WaitForConnectionRequestsToComplete()
272 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
303 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DManyClientsOneServerDeallocateBlockingTest.cpp11 currentSystem.SetBinaryAddress("127.0.0.1"); in WaitForConnectionRequestsToComplete()
312 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
345 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DComprehensiveConvertTest.cpp68 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
96 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
115 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DPeerConnectDisconnectWithCancelPendingTest.cpp114 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
135 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
339 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DCrossConnectionConvertTest.cpp179 sa.SetBinaryAddress(serverIP); in RunTest()
183 sa.SetBinaryAddress(clientIP); in RunTest()
H A DSystemAddressAndGuidTest.cpp183 serverAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
251 clientAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DManyClientsOneServerNonBlockingTest.cpp110 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
441 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DTestHelpers.cpp74 recAddress.SetBinaryAddress(ip); in SendTestPacketDirected()
H A DConnectWithSocketTest.cpp40 serverAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DCompressionConvertTest.cpp150 serverAddress.SetBinaryAddress("127.0.0.1"); in RunAndSave()
571 serverAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DPingTestsTest.cpp49 currentSystem.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DLocalIsConnectedTest.cpp50 serverAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
H A DSecurityFunctionsTest.cpp90 serverAddress.SetBinaryAddress("127.0.0.1"); in RunTest()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/UDPForwarder/
H A Dmain.cpp39 peer0Addr.SetBinaryAddress("127.0.0.1"); in main()
40 peer1Addr.SetBinaryAddress("127.0.0.1"); in main()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRakNetTypes.cpp120 SystemAddress::SystemAddress(const char *a, unsigned short b) {SetBinaryAddress(a); port=b; systemI… in SystemAddress()
125 void SystemAddress::SetBinaryAddress(const char *str) in SetBinaryAddress() function in SystemAddress
H A DRakNetTypes.h93 void SetBinaryAddress(const char *str);
H A DRakPeer.cpp2412 systemAddress.SetBinaryAddress(host); in Ping()
3494 systemAddress.SetBinaryAddress(host); in SendOutOfBand()
3516 bcs->systemIdentifier.systemAddress.SetBinaryAddress(host); in SendOutOfBand()
3526 bcs->systemIdentifier.systemAddress.SetBinaryAddress(host); in SendOutOfBand()
3667 systemAddress.SetBinaryAddress(host); in SendConnectionRequest()
3711 systemAddress.SetBinaryAddress(host); in SendConnectionRequest()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/UPNP/
H A DUPNPNATInternal.cpp133 connvertSys.SetBinaryAddress(thisSocketAddress.C_String()); in Discovery()
142 convertSys2.SetBinaryAddress(subNetAddress.C_String()); in Discovery()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/ReadyEvent/
H A DReadyEventSample.cpp167 sysAddr.SetBinaryAddress("127.0.0.1"); in main()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Router/
H A DRouterSample.cpp129 recipient.SetBinaryAddress("127.0.0.1"); in main()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/RakVoice/
H A Dmain.cpp144 facilitator.SetBinaryAddress(facilitatorIP); in main()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby/RankingServerDB_PostgreRepository/
H A DRankingServer_PostgreSQL.cpp215 dat->systemAddress.SetBinaryAddress(dat->ip.C_String()); in Process()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Rooms/
H A DRoomsSample.cpp125 localAddress.SetBinaryAddress("127.0.0.1"); in main()

12