Searched refs:listen_str (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | remote.c | 1976 if (listen_str) { in process_remote_cmd() 1977 free(listen_str); in process_remote_cmd() 1979 listen_str = strdup("localhost"); in process_remote_cmd() 2022 if (listen_str) { in process_remote_cmd() 2023 free(listen_str); in process_remote_cmd() 2025 listen_str = NULL; in process_remote_cmd() 2042 NONUL(listen_str)); in process_remote_cmd() 2049 if (listen_str) { in process_remote_cmd() 2050 before = strdup(listen_str); in process_remote_cmd() 2056 listen_str = strdup(p); in process_remote_cmd() [all …]
|
D | options.h | 130 extern char *listen_str;
|
D | inet.c | 634 } else if (listen_str) { in listen6() 635 if (!strcmp(listen_str, "localhost")) { in listen6()
|
D | options.c | 154 char *listen_str = NULL; variable
|
D | screen.c | 3870 announce_http(screen->port, 1, listen_str, SPORT); 3873 listen_str, ""); 3875 announce_http(screen->httpPort, 2, listen_str, ""); 3882 announce_http(screen->httpPort, 2, listen_str, pmsg); 3891 announce_http(screen->httpPort, 0, listen_str, ""); 3942 announce(screen->port, 1, listen_str); 3944 announce(screen->port, 0, listen_str);
|
D | x11vnc.c | 4130 listen_str = strdup(argv[i+1]); in main() 4930 if (! listen_str) { in main() 4932 listen_str = strdup("localhost"); in main() 4934 argv_vnc[argc_vnc++] = strdup(listen_str); in main() 4936 } else if (!strcmp(listen_str, "localhost") || in main() 4937 !strcmp(listen_str, "127.0.0.1")) { in main()
|