Home
last modified time | relevance | path

Searched refs:nCallbackAcceptPackedWithoutConnection (Results 1 – 3 of 3) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp2410 …( sn_GetNetState() != nSERVER && !login_succeeded && !nCallbackAcceptPackedWithoutConnection::Acce… in rec_peer()
3463 unsigned short nCallbackAcceptPackedWithoutConnection::descriptor=0; // the descriptor of the incom…
3466 nCallbackAcceptPackedWithoutConnection::nCallbackAcceptPackedWithoutConnection(BOOLRETFUNC *f) in nCallbackAcceptPackedWithoutConnection() function in nCallbackAcceptPackedWithoutConnection
3471 bool nCallbackAcceptPackedWithoutConnection::Accept( const nMessage& m ) in Accept()
3492 nCallbackAcceptPackedWithoutConnection::Descriptor()==login_accept.ID() || in net_Accept()
3493 nCallbackAcceptPackedWithoutConnection::Descriptor()==login_deny.ID(); in net_Accept()
3496 static nCallbackAcceptPackedWithoutConnection net_acc( &net_Accept );
H A DnNetwork.h648 class nCallbackAcceptPackedWithoutConnection: public tCallbackOr{
653 nCallbackAcceptPackedWithoutConnection(BOOLRETFUNC *f);
H A DnServerInfo.cpp686 nCallbackAcceptPackedWithoutConnection::Descriptor()==SmallServerDescriptor.ID() || in net_Accept()
687 nCallbackAcceptPackedWithoutConnection::Descriptor()==BigServerDescriptor.ID() || in net_Accept()
688 nCallbackAcceptPackedWithoutConnection::Descriptor()==BigServerMasterDescriptor.ID(); in net_Accept()
691 static nCallbackAcceptPackedWithoutConnection net_acc( &net_Accept );