Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:https_port_num

2835 	if (https_port_num < 0) {
2849 if (https_port_num == 0) {
2850 https_port_num = find_free_port(5801, 5851);
2852 if (ipv6_listen && https_port_num <= 0) {
2853 https_port_num = find_free_port6(5801, 5851);
2855 if (https_port_num <= 0) {
2856 rfbLog("https_port: could not find port %d\n", https_port_num);
2859 port = https_port_num;