Searched refs:AVAHI_WATCH_IN (Results 1 - 13 of 13) sorted by relevance

/external/avahi/avahi-common/
H A Dwatch-test.c46 if (event & AVAHI_WATCH_IN) {
93 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dwatch.h43 AVAHI_WATCH_IN = POLLIN, /**< Input event */ enumerator in enum:__anon522
H A Ddbus-watch-glue.c35 e |= AVAHI_WATCH_IN;
49 if (e & AVAHI_WATCH_IN)
/external/avahi/avahi-glib/
H A Dglib-watch-test.c41 if (event & AVAHI_WATCH_IN) {
77 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dglib-watch.c95 (events & AVAHI_WATCH_IN ? G_IO_IN : 0) |
103 (events & G_IO_IN ? AVAHI_WATCH_IN : 0) |
/external/avahi/avahi-qt/
H A Dqt-watch.cpp85 m_lastEvent = AVAHI_WATCH_IN;
93 m_lastEvent = AVAHI_WATCH_IN;
101 if (!(event & AVAHI_WATCH_IN)) { delete m_in; m_in=0; }
103 if (event & AVAHI_WATCH_IN) {
/external/avahi/avahi-utils/
H A Dsigint.c73 assert(event == AVAHI_WATCH_IN);
116 watch = p->watch_new(p, pipe_fds[0], AVAHI_WATCH_IN, watch_callback, NULL);
/external/avahi/avahi-daemon/
H A Dsimple-protocol.c145 c->watch = s->poll_api->watch_new(s->poll_api, fd, AVAHI_WATCH_IN, client_work, c);
390 if ((events & AVAHI_WATCH_IN) && c->inbuf_length < sizeof(c->inbuf)) {
430 (c->inbuf_length < sizeof(c->inbuf) ? AVAHI_WATCH_IN : 0));
438 if (events & AVAHI_WATCH_IN) {
518 server->watch = poll_api->watch_new(poll_api, server->fd, AVAHI_WATCH_IN, server_work, server);
H A Dmain.c1164 if (!(sig_watch = poll_api->watch_new(poll_api, daemon_signal_fd(), AVAHI_WATCH_IN, signal_callback, simple_poll_api))) {
1221 if (!(inotify_watch = poll_api->watch_new(poll_api, inotify_fd, AVAHI_WATCH_IN, inotify_callback, NULL))) {
1234 if (!(kqueue_watch = poll_api->watch_new(poll_api, kq, AVAHI_WATCH_IN, kqueue_callback, NULL))) {
/external/avahi/avahi-core/
H A Dnetlink.c159 if (!(nl->watch = poll_api->watch_new(poll_api, fd, AVAHI_WATCH_IN, socket_event, nl))) {
H A Dserver.c1028 assert(events & AVAHI_WATCH_IN);
1060 assert(events & AVAHI_WATCH_IN);
1348 s->watch_ipv4 = s->poll_api->watch_new(s->poll_api, s->fd_ipv4, AVAHI_WATCH_IN, mcast_socket_event, s);
1350 s->watch_ipv6 = s->poll_api->watch_new(s->poll_api, s->fd_ipv6, AVAHI_WATCH_IN, mcast_socket_event, s);
1353 s->watch_legacy_unicast_ipv4 = s->poll_api->watch_new(s->poll_api, s->fd_legacy_unicast_ipv4, AVAHI_WATCH_IN, legacy_unicast_socket_event, s);
1355 s->watch_legacy_unicast_ipv6 = s->poll_api->watch_new(s->poll_api, s->fd_legacy_unicast_ipv6, AVAHI_WATCH_IN, legacy_unicast_socket_event, s);
H A Dwide-area.c601 e->watch_ipv4 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv4, AVAHI_WATCH_IN, socket_event, e);
603 e->watch_ipv6 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv6, AVAHI_WATCH_IN, socket_event, e);
H A Diface-pfroute.c304 AVAHI_WATCH_IN,

Completed in 249 milliseconds