Lines Matching +defs:ipv6 +defs:y

666                            int x, int y, int w, int h)  in vnc_dpy_update()
674 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update()
779 void *vnc_server_fb_ptr(VncDisplay *vd, int x, int y) in vnc_server_fb_ptr()
937 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_raw_send_framebuffer_update()
951 int vnc_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_send_framebuffer_update()
984 int x, int y, bool visible) in vnc_mouse_set()
1043 int y, int last_x, int x, int height) in find_and_clear_dirty_height()
1148 int y; in vnc_update_client() local
1791 static void pointer_event(VncState *vs, int button_mask, int x, int y) in pointer_event()
2075 int x, int y, int w, int h) in framebuffer_update_request()
2950 static VncRectStat *vnc_stat_rect(VncDisplay *vd, int x, int y) in vnc_stat_rect()
2957 void vnc_sent_lossy_rect(VncState *vs, int x, int y, int w, int h) in vnc_sent_lossy_rect()
2973 static int vnc_refresh_lossy_rect(VncDisplay *vd, int x, int y) in vnc_refresh_lossy_rect()
3013 int x, y; in vnc_update_stats() local
3064 double vnc_update_freq(VncState *vs, int x, int y, int w, int h) in vnc_update_freq()
3087 static void vnc_rect_updated(VncDisplay *vd, int x, int y, struct timeval * tv) in vnc_rect_updated()
3106 int cmp_bytes, server_stride, line_bytes, guest_ll, guest_stride, y = 0; in vnc_refresh_server_surface() local
3724 bool ipv6, in vnc_display_get_address()
3847 bool ipv6 = qemu_opt_get_bool(opts, "ipv6", false); in vnc_display_get_addresses() local