Home
last modified time | relevance | path

Searched refs:sendDisconnectionNotification (Results 1 – 5 of 5) sorted by relevance

/dports/games/blobby/blobby-1.0/src/raknet/
H A DRakPeer.h202 void CloseConnection( PlayerID target, bool sendDisconnectionNotification );
549 void CloseConnectionInternalBuffered( PlayerID target, bool sendDisconnectionNotification );
H A DRakPeer.cpp670 void RakPeer::CloseConnection( PlayerID target, bool sendDisconnectionNotification ) in CloseConnection() argument
672 CloseConnectionInternalBuffered(target, sendDisconnectionNotification); in CloseConnection()
1295 void RakPeer::CloseConnectionInternalBuffered( PlayerID target, bool sendDisconnectionNotification ) in CloseConnectionInternalBuffered() argument
1300 if (sendDisconnectionNotification) in CloseConnectionInternalBuffered()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRakPeer.h356 …void CloseConnection( const SystemAddress target, bool sendDisconnectionNotification, unsigned cha…
1038 …nnectionInternal( const AddressOrGUID& systemIdentifier, bool sendDisconnectionNotification, bool …
H A DRakPeerInterface.h316 …virtual void CloseConnection( const SystemAddress target, bool sendDisconnectionNotification, unsi…
H A DRakPeer.cpp1943 void RakPeer::CloseConnection( const SystemAddress target, bool sendDisconnectionNotification, unsi… in CloseConnection() argument
1953 …CloseConnectionInternal(target, sendDisconnectionNotification, false, orderingChannel, disconnecti… in CloseConnection()
1956 if (sendDisconnectionNotification==false && IsConnected(target,false,false)) in CloseConnection()
5012 …nnectionInternal( const AddressOrGUID& systemIdentifier, bool sendDisconnectionNotification, bool … in CloseConnectionInternal() argument
5034 if (sendDisconnectionNotification) in CloseConnectionInternal()