Searched refs:vnc_read_when (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | vnc-auth-sasl.c | 311 vnc_read_when(vs, protocol_client_auth_sasl_step_len, 4); in protocol_client_auth_sasl_step() 362 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len() 439 vnc_read_when(vs, protocol_client_auth_sasl_step_len, 4); in protocol_client_auth_sasl_start() 484 vnc_read_when(vs, protocol_client_auth_sasl_start, startlen); in protocol_client_auth_sasl_start_len() 513 vnc_read_when(vs, protocol_client_auth_sasl_start_len, 4); in protocol_client_auth_sasl_mechname() 537 vnc_read_when(vs, protocol_client_auth_sasl_mechname,mechlen); in protocol_client_auth_sasl_mechname_len() 712 vnc_read_when(vs, protocol_client_auth_sasl_mechname_len, 4); in start_auth_sasl()
|
| H A D | vnc-auth-vencrypt.c | 152 vnc_read_when(vs, protocol_client_vencrypt_auth, 4); in protocol_client_vencrypt_init() 164 vnc_read_when(vs, protocol_client_vencrypt_init, 2); in start_auth_vencrypt()
|
| H A D | vnc.h | 572 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
|
| H A D | vnc.c | 1513 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when() 2675 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_msg() 2775 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_init() 2782 vnc_read_when(vs, protocol_client_init, 1); in start_client_init() 2896 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge)); in start_auth_vnc() 2994 vnc_read_when(vs, protocol_client_auth, 1); in protocol_version() 3405 vnc_read_when(vs, protocol_version, 12); in vnc_start_protocol() 1512 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) vnc_read_when() function
|