Home
last modified time | relevance | path

Searched refs:NET_PROTOCOL_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet_dgrm.cpp882 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION); in _Datagram_CheckNewConnections()
976 if (MSG_ReadByte() != NET_PROTOCOL_VERSION) in _Datagram_CheckNewConnections()
1123 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION); in _Datagram_SearchForHosts()
1172 if (MSG_ReadByte() != NET_PROTOCOL_VERSION) in _Datagram_SearchForHosts()
1258 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION); in _Datagram_Connect()
Dnet.h45 #define NET_PROTOCOL_VERSION 3 macro