Home
last modified time | relevance | path

Searched refs:SV_PING (Results 1 – 13 of 13) sorted by relevance

/dports/games/cube/cube_source/src/
H A Dserverutil.cpp44 SV_PING, 2, SV_PONG, 2, SV_CLIENTPING, 2, SV_GAMEMODE, 2,
H A Dclient.cpp264 putint(p, SV_PING); in c2sinfo()
H A Dcube.h150 SV_PING, SV_PONG, SV_CLIENTPING, SV_GAMEMODE, enumerator
H A Dclients2c.cpp309 case SV_PING: in localservertoclient()
H A Dserver.cpp215 case SV_PING: in process()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dprotocol.h28 SV_PING, SV_PONG, SV_CLIENTPING, SV_GAMEMODE, enumerator
H A Dprotocol.cpp331 SV_PING, 2, SV_PONG, 2, SV_CLIENTPING, 2, SV_GAMEMODE, 2,
H A Dclient.cpp543 putint(p, SV_PING); in c2sinfo()
H A Dclients2c.cpp408 if(type!=SV_POS && type!=SV_CLIENTPING && type!=SV_PING && type!=SV_PONG && type!=SV_CLIENT) in parsemessages()
H A Dserver.cpp2784 if(type!=SV_POS && type!=SV_POSC && type!=SV_CLIENTPING && type!=SV_PING && type!=SV_CLIENT) in process()
3208 case SV_PING: in process()
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dgame.h444 SV_PING, SV_PONG, SV_CLIENTPING, enumerator
473 SV_PING, 2, SV_PONG, 2, SV_CLIENTPING, 2, in msgsizelookup()
H A Dclient.cpp831 putint(p, SV_PING); in sendmessages()
H A Dserver.cpp3651 case SV_PING: in parsepacket()