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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dwatch-test.c48 if (event & AVAHI_WATCH_IN) {
95 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dwatch.h45 AVAHI_WATCH_IN = POLLIN, /**< Input event */ enumerator in enum:__anon1540
H A Ddbus-watch-glue.c37 e |= AVAHI_WATCH_IN;
51 if (e & AVAHI_WATCH_IN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c43 if (event & AVAHI_WATCH_IN) {
79 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dglib-watch.c97 (events & AVAHI_WATCH_IN ? G_IO_IN : 0) |
105 (events & G_IO_IN ? AVAHI_WATCH_IN : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dwatch-test.c48 if (event & AVAHI_WATCH_IN) {
95 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dwatch.h45 AVAHI_WATCH_IN = POLLIN, /**< Input event */ enumerator in enum:__anon6042
H A Ddbus-watch-glue.c37 e |= AVAHI_WATCH_IN;
51 if (e & AVAHI_WATCH_IN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch-test.c43 if (event & AVAHI_WATCH_IN) {
79 api->watch_new(api, 0, AVAHI_WATCH_IN, callback, NULL);
H A Dglib-watch.c97 (events & AVAHI_WATCH_IN ? G_IO_IN : 0) |
105 (events & G_IO_IN ? AVAHI_WATCH_IN : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp87 m_lastEvent = AVAHI_WATCH_IN;
95 m_lastEvent = AVAHI_WATCH_IN;
103 if (!(event & AVAHI_WATCH_IN)) { delete m_in; m_in=0; }
105 if (event & AVAHI_WATCH_IN) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp87 m_lastEvent = AVAHI_WATCH_IN;
95 m_lastEvent = AVAHI_WATCH_IN;
103 if (!(event & AVAHI_WATCH_IN)) { delete m_in; m_in=0; }
105 if (event & AVAHI_WATCH_IN) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Dsigint.c75 assert(event == AVAHI_WATCH_IN);
118 watch = p->watch_new(p, pipe_fds[0], AVAHI_WATCH_IN, watch_callback, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.c75 assert(event == AVAHI_WATCH_IN);
118 watch = p->watch_new(p, pipe_fds[0], AVAHI_WATCH_IN, watch_callback, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c146 c->watch = s->poll_api->watch_new(s->poll_api, fd, AVAHI_WATCH_IN, client_work, c);
391 if ((events & AVAHI_WATCH_IN) && c->inbuf_length < sizeof(c->inbuf)) {
431 (c->inbuf_length < sizeof(c->inbuf) ? AVAHI_WATCH_IN : 0));
439 if (events & AVAHI_WATCH_IN) {
495 server->watch = poll_api->watch_new(poll_api, server->fd, AVAHI_WATCH_IN, server_work, server);
H A Dmain.c1003 if (!(sig_watch = poll_api->watch_new(poll_api, daemon_signal_fd(), AVAHI_WATCH_IN, signal_callback, simple_poll_api))) {
1053 if (!(inotify_watch = poll_api->watch_new(poll_api, inotify_fd, AVAHI_WATCH_IN, inotify_callback, NULL))) {
1066 if (!(kqueue_watch = poll_api->watch_new(poll_api, kq, AVAHI_WATCH_IN, kqueue_callback, NULL))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c146 c->watch = s->poll_api->watch_new(s->poll_api, fd, AVAHI_WATCH_IN, client_work, c);
391 if ((events & AVAHI_WATCH_IN) && c->inbuf_length < sizeof(c->inbuf)) {
431 (c->inbuf_length < sizeof(c->inbuf) ? AVAHI_WATCH_IN : 0));
439 if (events & AVAHI_WATCH_IN) {
495 server->watch = poll_api->watch_new(poll_api, server->fd, AVAHI_WATCH_IN, server_work, server);
H A Dmain.c1003 if (!(sig_watch = poll_api->watch_new(poll_api, daemon_signal_fd(), AVAHI_WATCH_IN, signal_callback, simple_poll_api))) {
1053 if (!(inotify_watch = poll_api->watch_new(poll_api, inotify_fd, AVAHI_WATCH_IN, inotify_callback, NULL))) {
1066 if (!(kqueue_watch = poll_api->watch_new(poll_api, kq, AVAHI_WATCH_IN, kqueue_callback, NULL))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dnetlink.c161 if (!(nl->watch = poll_api->watch_new(poll_api, fd, AVAHI_WATCH_IN, socket_event, nl))) {
H A Dserver.c1029 assert(events & AVAHI_WATCH_IN);
1061 assert(events & AVAHI_WATCH_IN);
1347 s->watch_ipv4 = s->poll_api->watch_new(s->poll_api, s->fd_ipv4, AVAHI_WATCH_IN, mcast_socket_event, s);
1349 s->watch_ipv6 = s->poll_api->watch_new(s->poll_api, s->fd_ipv6, AVAHI_WATCH_IN, mcast_socket_event, s);
1352 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);
1354 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.c603 e->watch_ipv4 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv4, AVAHI_WATCH_IN, socket_event, e);
605 e->watch_ipv6 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv6, AVAHI_WATCH_IN, socket_event, e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.c161 if (!(nl->watch = poll_api->watch_new(poll_api, fd, AVAHI_WATCH_IN, socket_event, nl))) {
H A Dserver.c1029 assert(events & AVAHI_WATCH_IN);
1061 assert(events & AVAHI_WATCH_IN);
1347 s->watch_ipv4 = s->poll_api->watch_new(s->poll_api, s->fd_ipv4, AVAHI_WATCH_IN, mcast_socket_event, s);
1349 s->watch_ipv6 = s->poll_api->watch_new(s->poll_api, s->fd_ipv6, AVAHI_WATCH_IN, mcast_socket_event, s);
1352 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);
1354 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.c603 e->watch_ipv4 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv4, AVAHI_WATCH_IN, socket_event, e);
605 e->watch_ipv6 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv6, AVAHI_WATCH_IN, socket_event, e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmdns_avahi.c92 a_events |= AVAHI_WATCH_IN;
119 if (a_events & AVAHI_WATCH_IN)
174 a_events |= AVAHI_WATCH_IN;

Completed in 299 milliseconds

12