Searched refs:g_next_packet (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdp5.c32 extern uint8 *g_next_packet;
67 g_next_packet = next = s->p + length;
H A Drdp.c87 uint8 *g_next_packet; variable
131 if ((rdp_s == NULL) || (g_next_packet >= rdp_s->end) || (g_next_packet == NULL))
138 g_next_packet = rdp_s->end;
144 /* rdp5_process should move g_next_packet ok */
150 g_next_packet = rdp_s->p;
154 rdp_s->p = g_next_packet;
161 g_next_packet += 8;
171 hexdump(g_next_packet, length);
174 g_next_packet
[all...]
H A Dorders.c32 extern uint8 *g_next_packet;
1453 if (s->p != g_next_packet)
1454 error("%d bytes remaining\n", (int) (g_next_packet - s->p));

Completed in 1071 milliseconds