Searched refs:vnc_read_when (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.c | 304 vnc_read_when(vs, protocol_client_auth_sasl_step_len, 4); in protocol_client_auth_sasl_step() 355 vnc_read_when(vs, protocol_client_auth_sasl_step, steplen); in protocol_client_auth_sasl_step_len() 425 vnc_read_when(vs, protocol_client_auth_sasl_step_len, 4); in protocol_client_auth_sasl_start() 470 vnc_read_when(vs, protocol_client_auth_sasl_start, startlen); in protocol_client_auth_sasl_start_len() 499 vnc_read_when(vs, protocol_client_auth_sasl_start_len, 4); in protocol_client_auth_sasl_mechname() 523 vnc_read_when(vs, protocol_client_auth_sasl_mechname,mechlen); in protocol_client_auth_sasl_mechname_len() 683 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 | 563 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
|
H A D | vnc.c | 1517 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when() function 2624 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_msg() 2724 vnc_read_when(vs, protocol_client_msg, 1); in protocol_client_init() 2731 vnc_read_when(vs, protocol_client_init, 1); in start_client_init() 2845 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge)); in start_auth_vnc() 2943 vnc_read_when(vs, protocol_client_auth, 1); in protocol_version() 3360 vnc_read_when(vs, protocol_version, 12); in vnc_start_protocol()
|