Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dinet.c517 if (noipv6) { in ipv6_getnameinfo()
530 if (noipv6) { in ipv6_getipaddr()
545 if (noipv6) { in listen6()
747 if (fd < 0 && !noipv6) { in connect_tcp()
919 if (fd < 0 && try6 && ipv6_listen && !noipv6) { in listen_tcp()
Doptions.h124 extern int noipv6;
Doptions.c148 int noipv6 = 0; variable
Dremote.c1881 snprintf(buf, bufn, "ans=%s:%d", p, noipv6); in process_remote_cmd()
1885 noipv6 = 1; in process_remote_cmd()
1890 snprintf(buf, bufn, "ans=%s:%d", p, !noipv6); in process_remote_cmd()
1894 noipv6 = 0; in process_remote_cmd()
Dconnections.c1738 if (!ipv6_listen || noipv6) { in check_ipv6_listen()
Dx11vnc.c2565 noipv6 = 1; in main()
DRELEASE-NOTES211 -listen6, -6, -no6, -noipv4, -noipv6, and -connect,
DREADME12046 -noipv6 Disable all IPv6 sockets. Same as VNCVIEWER_NO_IPV6=1.
12367 -no6 -noipv6 -noipv4
12613 -noipv6 Do not try to use IPv6 for any listening or connecting
17585 noipv6 enable -noipv6 mode.
17586 ipv6 disable -noipv6 mode.
18019 allowonce allow noipv6 ipv6 noipv4 ipv4 no6 6 localhost
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch1505 + {"noipv6", "noipv6", XtRBool, sizeof(Bool),
1506 + XtOffsetOf(AppData, noipv6), XtRImmediate, (XtPointer) False},
1590 + {"-noipv6", "*noipv6", XrmoptionNoArg, "True"}
1979 + " -noipv6 Disable all IPv6 sockets. Same as VNCVIEWER_NO_IPV6=1.\n"
2241 + appData.noipv6 = True;
16263 + if (appData.noipv6) {
16277 + if (appData.noipv6) {
16402 + if (!appData.noipv6) {
16677 + if (appData.noipv6) {
16678 + fprintf(stderr, "ipv6 is disabled via VNCVIEWER_NO_IPV6/-noipv6.\n");
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl14715 VNCVIEWER_NO_IPV6 (-noipv6)