Home
last modified time | relevance | path

Searched refs:outgoingSequence (Results 1 – 25 of 96) sorted by relevance

1234

/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dnet_chan.c101 chan->outgoingSequence = 1; in Netchan_Setup()
120 int outgoingSequence; in Netchan_TransmitNextFragment() local
125 outgoingSequence = chan->outgoingSequence | FRAGMENT_BIT; in Netchan_TransmitNextFragment()
126 MSG_WriteLong(&send, outgoingSequence); in Netchan_TransmitNextFragment()
136 MSG_WriteLong(&send, NETCHAN_GENCHECKSUM(chan->challenge, chan->outgoingSequence)); in Netchan_TransmitNextFragment()
159 , chan->outgoingSequence in Netchan_TransmitNextFragment()
170 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
208 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
217 MSG_WriteLong(&send, NETCHAN_GENCHECKSUM(chan->challenge, chan->outgoingSequence)); in Netchan_Transmit()
219 chan->outgoingSequence++; in Netchan_Transmit()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dnet_chan.c101 chan->outgoingSequence = 1; in Netchan_Setup()
119 int outgoingSequence; in Netchan_TransmitNextFragment() local
124 outgoingSequence = chan->outgoingSequence | FRAGMENT_BIT; in Netchan_TransmitNextFragment()
125 MSG_WriteLong(&send, outgoingSequence); in Netchan_TransmitNextFragment()
135 MSG_WriteLong(&send, NETCHAN_GENCHECKSUM(chan->challenge, chan->outgoingSequence)); in Netchan_TransmitNextFragment()
161 , chan->outgoingSequence - 1 in Netchan_TransmitNextFragment()
172 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
210 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
219 MSG_WriteLong(&send, NETCHAN_GENCHECKSUM(chan->challenge, chan->outgoingSequence)); in Netchan_Transmit()
221 chan->outgoingSequence++; in Netchan_Transmit()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_snapshot.cpp131 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
137 client->deltaMessage = client->netchan.outgoingSequence; in SV_WriteSnapshotToClient()
145 } else if ( client->netchan.outgoingSequence - deltaMessage in SV_WriteSnapshotToClient()
164 lastframe = client->netchan.outgoingSequence - deltaMessage; in SV_WriteSnapshotToClient()
177 client->demo.minDeltaFrame = client->netchan.outgoingSequence; in SV_WriteSnapshotToClient()
558 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
707 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
708 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
720 client->netchan.outgoingSequence++; in SV_SendMessageToClient()
809 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendClientSnapshot()
[all …]
/dports/games/egl/egl-0.3.1_9/common/
H A Dnet_chan.c183 chan->outgoingSequence = 1; in Netchan_Setup()
249 w1 = (chan->outgoingSequence & ~(1<<31)) | (sendReliable<<31); in Netchan_Transmit()
252 chan->outgoingSequence++; in Netchan_Transmit()
270 chan->lastReliableSequence = chan->outgoingSequence; in Netchan_Transmit()
289 chan->outgoingSequence - 1, in Netchan_Transmit()
296 chan->outgoingSequence - 1, in Netchan_Transmit()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DMsgChannel.cpp277 outgoingSequence = 1; in Init()
431 msg.WriteInt( outgoingSequence | FRAGMENT_BIT ); in SendNextFragment()
449 …common->Printf( "%d send %4i : s = %i fragment = %i,%i\n", id, msg.GetSize(), outgoingSequence - 1… in SendNextFragment()
459 outgoingSequence++; in SendNextFragment()
505 return outgoingSequence; in SendMessage()
510 unsentMsg.WriteInt( outgoingSequence ); in SendMessage()
522 …common->Printf( "%d send %4i : s = %i ack = %i\n", id, unsentMsg.GetSize(), outgoingSequence - 1, … in SendMessage()
525 outgoingSequence++; in SendMessage()
527 return ( outgoingSequence - 1 ); in SendMessage()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dnet_chan.cpp125 chan->outgoingSequence = 1; in Netchan_Setup()
151 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_Transmit()
176 , chan->outgoingSequence - 1 in Netchan_Transmit()
188 chan->outgoingSequence++; in Netchan_Transmit()
195 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
197 chan->outgoingSequence++; in Netchan_Transmit()
213 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_input.c380 cl.cmdNum = cls.netChan.outgoingSequence & CMD_MASK; in CL_BaseMove()
519 userCmd_t *cmd = &cl.cmds[cls.netChan.outgoingSequence & CMD_MASK]; in CL_RefreshCmd()
567 userCmd_t *cmd = &cl.cmds[cls.netChan.outgoingSequence & CMD_MASK]; in CL_FinalizeCmd()
615 cl.cmdNum = cls.netChan.outgoingSequence & CMD_MASK; in CL_SendCmd()
661 cmd = &cl.cmds[(cls.netChan.outgoingSequence-2)&CMD_MASK]; in CL_SendCmd()
666 cmd = &cl.cmds[(cls.netChan.outgoingSequence-1)&CMD_MASK]; in CL_SendCmd()
670 cmd = &cl.cmds[(cls.netChan.outgoingSequence)&CMD_MASK]; in CL_SendCmd()
677 cls.netChan.outgoingSequence); in CL_SendCmd()
684 cmd = &cl.cmds[cls.netChan.outgoingSequence&CMD_MASK]; in CL_SendCmd()
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_snapshot.cpp135 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
142 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
151 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
172 MSG_WriteLong (msg, client->netchan.outgoingSequence ); in SV_WriteSnapshotToClient()
519 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
638 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
639 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = sv.time; in SV_SendMessageToClient()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dsv_snapshot.c130 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
137 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
146 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
463 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
571 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
572 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
573 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
462 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
577 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
578 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
579 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
459 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
574 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
575 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
576 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
459 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
574 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
575 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
576 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dnet_chan.cpp92 chan->outgoingSequence = 1; in Netchan_Setup()
110 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
134 , chan->outgoingSequence - 1 in Netchan_TransmitNextFragment()
145 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
188 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
189 chan->outgoingSequence++; in Netchan_Transmit()
205 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
462 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
577 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
578 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
579 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
462 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
577 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
578 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
579 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/evq3/evq3/code/server/
H A Dsv_snapshot.c129 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
136 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
145 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
462 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
577 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
578 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
579 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/evq3/evq3/code/qcommon/
H A Dnet_chan.c93 chan->outgoingSequence = 1; in Netchan_Setup()
197 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
221 , chan->outgoingSequence in Netchan_TransmitNextFragment()
232 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
270 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
271 chan->outgoingSequence++; in Netchan_Transmit()
287 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_snapshot.c136 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
143 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
152 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
554 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
705 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
706 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
707 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dnet_chan.c94 chan->outgoingSequence = 1; in Netchan_Setup()
198 MSG_WriteLong( &send, chan->outgoingSequence | FRAGMENT_BIT ); in Netchan_TransmitNextFragment()
222 , chan->outgoingSequence in Netchan_TransmitNextFragment()
233 chan->outgoingSequence++; in Netchan_TransmitNextFragment()
271 MSG_WriteLong( &send, chan->outgoingSequence ); in Netchan_Transmit()
272 chan->outgoingSequence++; in Netchan_Transmit()
288 , chan->outgoingSequence - 1 in Netchan_Transmit()
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_snapshot.c136 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_WriteSnapshotToClient()
143 } else if ( client->netchan.outgoingSequence - client->deltaMessage in SV_WriteSnapshotToClient()
152 lastframe = client->netchan.outgoingSequence - client->deltaMessage; in SV_WriteSnapshotToClient()
636 frame = &client->frames[ client->netchan.outgoingSequence & PACKET_MASK ]; in SV_BuildClientSnapshot()
771 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSize = msg->cursize; in SV_SendMessageToClient()
772 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageSent = svs.time; in SV_SendMessageToClient()
773 client->frames[client->netchan.outgoingSequence & PACKET_MASK].messageAcked = -1; in SV_SendMessageToClient()

1234