Home
last modified time | relevance | path

Searched refs:AVAHI_WATCH_HUP (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-common/
Dwatch.h46 AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */ enumerator
Ddbus-watch-glue.c41 e |= AVAHI_WATCH_HUP; in translate_dbus_to_avahi()
55 if (e & AVAHI_WATCH_HUP) in translate_avahi_to_dbus()
/external/avahi/avahi-glib/
Dglib-watch.c98 (events & AVAHI_WATCH_HUP ? G_IO_HUP : 0); in map_events_to_glib()
106 (events & G_IO_HUP ? AVAHI_WATCH_HUP : 0); in map_events_from_glib()