Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsslcmds.c52 int start_stunnel(int stunnel_port, int x11vnc_port, int hport, int x11vnc_hport);
90 int start_stunnel(int stunnel_port, int x11vnc_port, int hport, int x11vnc_hport) { in start_stunnel() argument
322 if (hport > 0 && x11vnc_hport > 0) { in start_stunnel()
324 fprintf(in, "accept = %s%d\n", st_if, hport); in start_stunnel()
394 int i, xport = 0, hport = 0, xhport = 0; in setup_stunnel() local
420 hport = https_port_num; in setup_stunnel()
423 if (! hport && argc && argv) { in setup_stunnel()
427 hport = atoi(argv[i+1]); in setup_stunnel()
433 if (! hport && http_try_it) { in setup_stunnel()
434 hport = find_free_port(rport-100, rport-1); in setup_stunnel()
[all …]
Dsslcmds.h39 extern int start_stunnel(int stunnel_port, int x11vnc_port, int hport, int x11vnc_hport);
Dsslhelper.c3592 int hport = screen->httpPort; in accept_openssl() local
3801 if (db) fprintf(stderr, "iface: %s:%d\n", iface, hport); in accept_openssl()
3804 httpsock = connect_tcp(iface, hport); in accept_openssl()