Searched defs:CNetPacket (Results 1 – 2 of 2) sorted by relevance
69 pub struct CNetPacket { struct70 pub(super) msg_id: MessageId,71 pub(super) stream_buffer_ptr: *const StreamBuffer,
29 pkt: *const CNetPacket, constant331 callback_fun(client, &c_net_packet as *const CNetPacket); in read_client_packets() constant