Searched refs:noipv4 (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 125 extern int noipv4;
|
D | inet.c | 716 int fail4 = noipv4; in connect_tcp() 894 int fail4 = noipv4; in listen_tcp()
|
D | options.c | 149 int noipv4 = 0; variable
|
D | remote.c | 484 if (noipv4 || getenv("IPV4_FAILS")) { in rfb_http_init_sockets() 596 if (noipv4 || getenv("IPV4_FAILS")) { in reset_httpport() 663 if (noipv4 || getenv("IPV4_FAILS")) { in reset_rfbport() 1899 snprintf(buf, bufn, "ans=%s:%d", p, noipv4); in process_remote_cmd() 1903 noipv4 = 1; in process_remote_cmd() 1908 snprintf(buf, bufn, "ans=%s:%d", p, !noipv4); in process_remote_cmd() 1912 noipv4 = 0; in process_remote_cmd()
|
D | screen.c | 3694 if (noipv4 || getenv("IPV4_FAILS")) {
|
D | x11vnc.c | 2569 noipv4 = 1; in main()
|
D | RELEASE-NOTES | 211 -listen6, -6, -no6, -noipv4, -noipv6, and -connect,
|
D | README | 12048 -noipv4 Disable all IPv4 sockets. Same as VNCVIEWER_NO_IPV4=1. 12367 -no6 -noipv6 -noipv4 12619 -noipv4 Do not try to use IPv4 for any listening or connecting 17587 noipv4 enable -noipv4 mode. 17588 ipv4 disable -noipv4 mode. 18019 allowonce allow noipv6 ipv6 noipv4 ipv4 no6 6 localhost
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 1502 + {"noipv4", "noipv4", XtRBool, sizeof(Bool), 1503 + XtOffsetOf(AppData, noipv4), XtRImmediate, (XtPointer) False}, 1589 + {"-noipv4", "*noipv4", XrmoptionNoArg, "True"}, 1981 + " -noipv4 Disable all IPv4 sockets. Same as VNCVIEWER_NO_IPV4=1.\n" 2238 + appData.noipv4 = True; 11145 + if (rfbsock < 0 && !appData.noipv4) { 16338 + if (appData.noipv4) { 16339 + fprintf(stderr, "ipv4 is disabled via VNCVIEWER_NO_IPV4/-noipv4.\n"); 16454 + if (appData.noipv4) { 16457 …intf(stderr, "ConnectToTcpAddr[ipv6]: skipping AF_INET address under VNCVIEWER_NO_IPV4/-noipv4\n"); [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 14714 VNCVIEWER_NO_IPV4 (-noipv4)
|