/external/libvncserver/x11vnc/ |
D | Makefile.am | 34 …avahi.c cleanup.c connections.c cursor.c gui.c help.c inet.c keyboard.c linuxfb.c macosx.c macosxC…
|
D | Makefile.in | 74 x11vnc-avahi.$(OBJEXT) x11vnc-cleanup.$(OBJEXT) \ 363 …avahi.c cleanup.c connections.c cursor.c gui.c help.c inet.c keyboard.c linuxfb.c macosx.c macosxC… 460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x11vnc-avahi.Po@am__quote@ 551 x11vnc-avahi.o: avahi.c 552 …(CFLAGS) -MT x11vnc-avahi.o -MD -MP -MF $(DEPDIR)/x11vnc-avahi.Tpo -c -o x11vnc-avahi.o `test -f '… 553 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/x11vnc-avahi.Tpo $(DEPDIR)/x11vnc-avahi.Po 556 …CPPFLAGS) $(x11vnc_CFLAGS) $(CFLAGS) -c -o x11vnc-avahi.o `test -f 'avahi.c' || echo '$(srcdir)/'`… 558 x11vnc-avahi.obj: avahi.c 559 …AGS) $(x11vnc_CFLAGS) $(CFLAGS) -MT x11vnc-avahi.obj -MD -MP -MF $(DEPDIR)/x11vnc-avahi.Tpo -c -o … 560 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/x11vnc-avahi.Tpo $(DEPDIR)/x11vnc-avahi.Po [all …]
|
D | options.h | 158 extern int avahi;
|
D | options.c | 191 int avahi = AVAHI; /* -avahi, -mdns */ variable
|
D | avahi.c | 158 avahi = 0; in avahi_advertise()
|
D | cleanup.c | 254 if (avahi) { in clean_up_exit()
|
D | remote.c | 1770 snprintf(buf, bufn, "ans=%s:%d", p, avahi); in process_remote_cmd() 1774 if (!avahi) { in process_remote_cmd() 1775 avahi = 1; in process_remote_cmd() 1784 snprintf(buf, bufn, "ans=%s:%d", p, !avahi); in process_remote_cmd() 1788 if (avahi) { in process_remote_cmd() 1789 avahi = 0; in process_remote_cmd()
|
D | ChangeLog | 26 Allow user to set avahi name and port via env. vars. Add 299 * x11vnc: add zeroconf external helpers (avahi-publish and 495 * x11vnc: tightvnc filetransfer off by default. avahi 499 * x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) 500 support thanks to Diego Petten�. -avahi/-mdns.
|
D | RELEASE-NOTES | 582 helper program (avahi-publish or dns-sd on Mac OS X) 606 The option -zeroconf is now an alias for -avahi/-mdns. 895 Avahi client library. Enable via "-avahi".
|
D | README | 1203 * For the -avahi/-zeroconf Service Advertizing mode, if x11vnc was 1204 not compiled with the avahi-client library, then an external 1205 helper program, either avahi-publish(1) (on Unix) or dns-sd(1) (on 1342 Avahi client library. Enable via "-avahi" or "-zeroconf". 2300 avahi-devel 5077 service via the Avahi client library. Use the option -avahi (same as 5080 the server: avahi-daemon and avahi-dnsconfd, and possibly open up UDP 5085 helper programs, avahi-browse(1) or dns-sd(1), to do the work. 5093 It appears SuSE 10.1 comes with avahi (or you can add packages, e.g. 5094 avahi-0.6.5-27) but not the development package (you can use the [all …]
|
D | user.c | 1473 } else if (!use_openssl && avahi) { in setup_service()
|
D | screen.c | 3755 if (avahi) { \
|
D | x11vnc.c | 2485 avahi = 1; in main()
|
/external/libvncserver/ |
D | configure.ac | 403 AC_ARG_WITH(avahi, optwith 404 [ --without-avahi disable support for Avahi/mDNS] 405 [ --with-avahi=DIR use avahi include/library files in DIR],,) 407 printf "checking for avahi... " 413 elif pkg-config --atleast-version=0.6.4 avahi-client >/dev/null 2>&1; then 414 AVAHI_CFLAGS=`pkg-config --cflags avahi-client` 415 AVAHI_LIBS=`pkg-config --libs avahi-client`
|
D | ChangeLog | 1306 x11vnc/README, x11vnc/avahi.c, x11vnc/cleanup.c, 1475 x11vnc/Makefile.am, x11vnc/README, x11vnc/avahi.c, x11vnc/avahi.h, 1755 x11vnc/allowed_input_t.h, x11vnc/appshare.c, x11vnc/avahi.c, 1756 x11vnc/avahi.h, x11vnc/blackout_t.h, x11vnc/cleanup.c, 2295 x11vnc/allowed_input_t.h, x11vnc/avahi.c, x11vnc/avahi.h, 2425 * x11vnc/README, x11vnc/avahi.c, x11vnc/enc.h, x11vnc/selection.c: 2544 * x11vnc/README, x11vnc/avahi.c, x11vnc/cleanup.c, 2603 Zeroconf/avahi support. tk font fixes. SSVNC_ULTRA_FTP_JAR finding 2610 x11vnc/avahi.c, x11vnc/cleanup.c, x11vnc/connections.c, 2628 * x11vnc/ChangeLog, x11vnc/README, x11vnc/avahi.c, [all …]
|
D | configure | 1701 --without-avahi disable support for Avahi/mDNS 1702 --with-avahi=DIR use avahi include/library files in DIR 21392 elif pkg-config --atleast-version=0.6.4 avahi-client >/dev/null 2>&1; then 21393 AVAHI_CFLAGS=`pkg-config --cflags avahi-client` 21394 AVAHI_LIBS=`pkg-config --libs avahi-client`
|
/external/google-breakpad/src/testing/gtest/m4/ |
D | acx_pthread.m4 | 2 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi 4 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi 6 # We've rewritten the inconsistency check code (from avahi), to work
|
/external/protobuf/gtest/m4/ |
D | acx_pthread.m4 | 2 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi 4 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi 6 # We've rewritten the inconsistency check code (from avahi), to work
|
/external/protobuf/m4/ |
D | acx_pthread.m4 | 2 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi 4 # http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi 6 # We've rewritten the inconsistency check code (from avahi), to work
|
/external/valgrind/docs/internals/ |
D | BIG_APP_NOTES.txt | 169 avahi-devel
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/ |
D | README | 96 VNC servers on your local network if the avahi-browse or dns-sd
|
/external/selinux/policycoreutils/po/ |
D | te.po | 2720 msgid "Allow Apache to communicate with avahi service via dbus" 2721 msgstr "dbus ద్వారా avahi సేవతో సంప్రదించుటకు అపాచీను అనుమతించు"
|
D | hi.po | 2743 msgid "Allow Apache to communicate with avahi service via dbus" 2744 msgstr "अपाचे को avahi सेवा से dbus के द्वारा संचार करना दें"
|
D | ko.po | 2783 msgid "Allow Apache to communicate with avahi service via dbus" 2784 msgstr "Apache가 dbus를 통해 avahi 서비스와 통신하는 것을 허용합니다 "
|
D | gu.po | 2751 msgid "Allow Apache to communicate with avahi service via dbus" 2752 msgstr "dbus મારફતે avahi સેવા સાથે વાતચીત કરવા માટે Apache ને પરવાનગી આપો"
|