Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsslcmds.c236 char *st_if = getenv("STUNNEL_LISTEN"); in start_stunnel() local
238 if (st_if == NULL) { in start_stunnel()
239 st_if = ""; in start_stunnel()
241 st_if = (char *) malloc(strlen(st_if) + 2); in start_stunnel()
242 sprintf(st_if, "%s:", getenv("STUNNEL_LISTEN")); in start_stunnel()
319 fprintf(in, "accept = %s%d\n", st_if, stunnel_port); in start_stunnel()
324 fprintf(in, "accept = %s%d\n", st_if, hport); in start_stunnel()