Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h125 extern int noipv4;
Dinet.c716 int fail4 = noipv4; in connect_tcp()
894 int fail4 = noipv4; in listen_tcp()
Doptions.c149 int noipv4 = 0; variable
Dremote.c484 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()
Dscreen.c3694 if (noipv4 || getenv("IPV4_FAILS")) {
Dx11vnc.c2569 noipv4 = 1; in main()
DRELEASE-NOTES211 -listen6, -6, -no6, -noipv4, -noipv6, and -connect,
DREADME12048 -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/
Dtight-vncviewer-full.patch1502 + {"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/
Dssvnc.tcl14714 VNCVIEWER_NO_IPV4 (-noipv4)