Home
last modified time | relevance | path

Searched refs:srect_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Drfb.c296 struct rfb_srvr_rect_hdr srect_hdr; in rfb_send_resize_update_msg() local
305 srect_hdr.x = htons(0); in rfb_send_resize_update_msg()
306 srect_hdr.y = htons(0); in rfb_send_resize_update_msg()
307 srect_hdr.width = htons(rc->width); in rfb_send_resize_update_msg()
308 srect_hdr.height = htons(rc->height); in rfb_send_resize_update_msg()
309 srect_hdr.encoding = htonl(RFB_ENCODING_RESIZE); in rfb_send_resize_update_msg()
310 stream_write(cfd, &srect_hdr, sizeof(struct rfb_srvr_rect_hdr)); in rfb_send_resize_update_msg()
317 struct rfb_srvr_rect_hdr srect_hdr; in rfb_send_extended_keyevent_update_msg() local
326 srect_hdr.x = htons(0); in rfb_send_extended_keyevent_update_msg()
327 srect_hdr.y = htons(0); in rfb_send_extended_keyevent_update_msg()
[all …]