Searched refs:out_uint8 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Diso.c54 out_uint8(s, 3); /* version */
55 out_uint8(s, 0); /* reserved */
58 out_uint8(s, 6); /* hdrlen */
59 out_uint8(s, code);
62 out_uint8(s, 0); /* class */
79 out_uint8(s, 3); /* version */
80 out_uint8(s, 0); /* reserved */
83 out_uint8(s, length - 5); /* hdrlen */
84 out_uint8(s, ISO_PDU_CR);
87 out_uint8(
[all...]
H A Dasn.c78 out_uint8(s, tagval);
83 out_uint8(s, 0x82);
87 out_uint8(s, length);
H A Dmcs.c76 out_uint8(s, 1);
78 out_uint8(s, 1);
81 out_uint8(s, 0xff); /* upward flag */
146 out_uint8(s, (MCS_EDRQ << 2));
162 out_uint8(s, (MCS_AURQ << 2));
209 out_uint8(s, (MCS_CJRQ << 2));
271 out_uint8(s, (MCS_SDRQ << 2));
274 out_uint8(s, 0x70); /* flags */
H A Dlicence.c83 out_uint8(s, LICENCE_TAG_LICENCE_INFO);
84 out_uint8(s, ((g_rdp_version >= RDP_V5) ? 3 : 2)); /* version */
124 out_uint8(s, LICENCE_TAG_NEW_LICENCE_REQUEST);
125 out_uint8(s, ((g_rdp_version >= RDP_V5) ? 3 : 2)); /* version */
208 out_uint8(s, LICENCE_TAG_PLATFORM_CHALLANGE_RESPONSE);
209 out_uint8(s, ((g_rdp_version >= RDP_V5) ? 3 : 2)); /* version */
H A Ddisk.c661 out_uint8(out, 0);
711 out_uint8(out, 0); /* Delete pending */
712 out_uint8(out, S_ISDIR(filestat.st_mode) ? 1 : 0); /* Directory */
1145 out_uint8(out, 0); /* support objects? */
1253 out_uint8(out, 0);
1305 out_uint8(out, 0); /* ShortNameLength */
1308 /* out_uint8(out, 0); *//* Reserved/Padding */
H A Dsecure.c419 out_uint8(s, 0x7c);
426 out_uint8(s, 0);
428 out_uint8(s, 0);
459 out_uint8(s, g_server_depth);
461 out_uint8(s, 0);
H A Dserial.c756 out_uint8(out, pser_inf->stop_bits);
757 out_uint8(out, pser_inf->parity);
758 out_uint8(out, pser_inf->word_length);
901 out_uint8(out, 0); /* EofReceived */
902 out_uint8(out, 0); /* WaitForImmediate */
H A Dcssp.c338 out_uint8(&tmp, keyspec);
509 out_uint8(&tmp, 1); // TSPasswordCreds
513 out_uint8(&tmp, 2); // TSSmartCardCreds
575 out_uint8(&tmp, 2);
H A Dparse.h101 #define out_uint8(s,v) *((s)->p++) = v; macro
H A Drdpsnd.c124 out_uint8(s, packet_index);
125 out_uint8(s, 0);
337 out_uint8(out, 0); /* padding */
339 out_uint8(out, 0); /* padding */
H A Drdp.c204 out_uint8(s, 0); /* pad */
205 out_uint8(s, 1); /* streamid */
207 out_uint8(s, data_pdu_type);
208 out_uint8(s, 0); /* compress_type */
/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c329 out_uint8(s, code);
348 out_uint8(s, status);
412 out_uint8(s, VRDP_USB_REAP_FLAG_LAST);
413 out_uint8(s, pUrb->enmStatus);
851 out_uint8(s, VRDP_USB_CAPS_FLAG_ASYNC);

Completed in 66 milliseconds