Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dremote.c1976 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 …]
Doptions.h130 extern char *listen_str;
Dinet.c634 } else if (listen_str) { in listen6()
635 if (!strcmp(listen_str, "localhost")) { in listen6()
Doptions.c154 char *listen_str = NULL; variable
Dscreen.c3870 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);
Dx11vnc.c4130 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()