Home
last modified time | relevance | path

Searched refs:CP_PING_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dping.c77 packet.type = CP_PING_RESPONSE; in startPing()
94 packet.type = CP_PING_RESPONSE; in stopPing()
121 packet.type = CP_PING_RESPONSE; in sendServerPingResponse()
H A Dlurk.py185 class CP_PING_RESPONSE(CP): class
194 cp_ping_response = CP_PING_RESPONSE()
H A Dpackets.h250 #define CP_PING_RESPONSE 42 /* client response */ macro
H A Dsocket.c1877 case CP_PING_RESPONSE: in sendServerPacket()
4948 case CP_PING_RESPONSE : /* client response */ in print_opacket()