Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Drfb.c168 uint16_t blue_max; member
284 sinfo.pixfmt.blue_max = htons(255); in rfb_send_server_init_msg()
352 uint16_t red_max, green_max, blue_max; in rfb_recv_set_pixfmt_msg() local
376 blue_max = ntohs(pixfmt_msg.pixfmt.blue_max); in rfb_recv_set_pixfmt_msg()
379 if (red_max != 255 || green_max != 255 || blue_max != 255) { in rfb_recv_set_pixfmt_msg()
382 red_max, green_max, blue_max)); in rfb_recv_set_pixfmt_msg()