Searched refs:PACKET_SERVER_MAP_DATA (Results 1 – 3 of 3) sorted by relevance
86 case PACKET_SERVER_MAP_DATA: return this->Receive_SERVER_MAP_DATA(p); in HandlePacket()173 …::Receive_SERVER_MAP_DATA(Packet *p) { return this->ReceiveInvalidPacket(PACKET_SERVER_MAP_DATA); } in Receive_SERVER_MAP_DATA()
78 PACKET_SERVER_MAP_DATA, ///< Server sends bits of the map to the client. enumerator
164 if (this->current == nullptr) this->current = new Packet(PACKET_SERVER_MAP_DATA, TCP_MTU); in Write()175 if (buf != bufe) this->current = new Packet(PACKET_SERVER_MAP_DATA, TCP_MTU); in Write()