Searched refs:vnc_write_u8 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | 56 vnc_write_u8(vs, 1); in start_auth_vencrypt_subauth() 96 vnc_write_u8(vs, 0); /* Reject auth */ in protocol_client_vencrypt_auth() 102 vnc_write_u8(vs, 1); /* Accept auth */ in protocol_client_vencrypt_auth() 144 vnc_write_u8(vs, 1); /* Reject version */ in protocol_client_vencrypt_init() 148 vnc_write_u8(vs, 0); /* Accept version */ in protocol_client_vencrypt_init() 149 vnc_write_u8(vs, 1); /* Number of sub-auths */ in protocol_client_vencrypt_init() 161 vnc_write_u8(vs, 0); in start_auth_vencrypt() 162 vnc_write_u8(vs, 2); in start_auth_vencrypt()
|
H A D | vnc-enc-zrle.c.inc | 132 vnc_write_u8(vs, 1); 142 vnc_write_u8(vs, (use_rle ? 128 : 0)); 147 vnc_write_u8(vs, (use_rle ? 128 : 0) | size); 180 vnc_write_u8(vs, index); 182 vnc_write_u8(vs, index); 186 vnc_write_u8(vs, index | 128); 194 vnc_write_u8(vs, 255); 198 vnc_write_u8(vs, len); 223 vnc_write_u8(vs, byte); 229 vnc_write_u8(vs, byte);
|
H A D | vnc-clipboard.c | 141 vnc_write_u8(vs, VNC_MSG_SERVER_CUT_TEXT); in vnc_clipboard_send() 142 vnc_write_u8(vs, 0); in vnc_clipboard_send() 143 vnc_write_u8(vs, 0); in vnc_clipboard_send() 144 vnc_write_u8(vs, 0); in vnc_clipboard_send() 183 vnc_write_u8(vs, VNC_MSG_SERVER_CUT_TEXT); in vnc_clipboard_provide() 184 vnc_write_u8(vs, 0); in vnc_clipboard_provide() 185 vnc_write_u8(vs, 0); in vnc_clipboard_provide() 186 vnc_write_u8(vs, 0); in vnc_clipboard_provide()
|
H A D | vnc.c | 692 vnc_write_u8(vs, 0); in vnc_desktop_resize_ext() 700 vnc_write_u8(vs, 0); /* padding */ in vnc_desktop_resize_ext() 741 vnc_write_u8(vs, 0); in vnc_desktop_resize() 1779 vnc_write_u8(vs, 0); in check_pointer_type_change() 1840 vnc_write_u8(vs, 0); in vnc_led_state_change() 2094 vnc_write_u8(vs, 0); in send_ext_key_event_ack() 2108 vnc_write_u8(vs, 0); in send_ext_audio_ack() 2122 vnc_write_u8(vs, 0); /* pad */ in send_xvp_message() 2124 vnc_write_u8(vs, code); in send_xvp_message() 2361 vnc_write_u8(vs, 0); in vnc_colordepth() [all …]
|
H A D | vnc-enc-tight.c | 835 vnc_write_u8(vs, buf[lpc]); in tight_send_compact_size() 928 vnc_write_u8(vs, stream << 4); /* no flushing, no filter */ in send_full_color_rect() 986 vnc_write_u8(vs, VNC_TIGHT_FILTER_PALETTE); in send_mono_rect() 987 vnc_write_u8(vs, 1); in send_mono_rect() 1009 vnc_write_u8(vs, bg); in send_mono_rect() 1010 vnc_write_u8(vs, fg); in send_mono_rect() 1052 vnc_write_u8(vs, VNC_TIGHT_FILTER_GRADIENT); in send_gradient_rect() 1094 vnc_write_u8(vs, VNC_TIGHT_FILTER_PALETTE); in send_palette_rect() 1095 vnc_write_u8(vs, colors - 1); in send_palette_rect() 1224 vnc_write_u8(vs, VNC_TIGHT_JPEG << 4); in send_jpeg_rect() [all …]
|
H A D | vnc-enc-hextile-template.h | 195 vnc_write_u8(vs, flags); in CONCAT() 202 vnc_write_u8(vs, n_subtiles); in CONCAT()
|
H A D | vnc-jobs.c | 281 vnc_write_u8(&vs, VNC_MSG_SERVER_FRAMEBUFFER_UPDATE); in vnc_worker_thread_loop() 282 vnc_write_u8(&vs, 0); in vnc_worker_thread_loop()
|
H A D | vnc-auth-sasl.c | 300 vnc_write_u8(vs, err == SASL_CONTINUE ? 0 : 1); in protocol_client_auth_sasl_step() 421 vnc_write_u8(vs, err == SASL_CONTINUE ? 0 : 1); in protocol_client_auth_sasl_start()
|
H A D | vnc-enc-zrle.c | 193 vnc_write_u8(vs, value); in zrle_write_u8()
|
H A D | vnc.h | 561 void vnc_write_u8(VncState *vs, uint8_t value);
|