Home | History | Annotate | Download | only in avahi-core

Lines Matching full:suppressed

74     AVAHI_LLIST_HEAD(AvahiResponseJob, suppressed);
99 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->suppressed, rj);
116 AVAHI_LLIST_REMOVE(AvahiResponseJob, jobs, s->suppressed, rj);
168 AVAHI_LLIST_HEAD_INIT(AvahiResponseJob, s->suppressed);
187 while (s->suppressed)
188 job_free(s, s->suppressed);
326 for (rj = s->suppressed; rj; rj = rj->jobs_next) {
361 /* Check whether this response is suppressed */
367 /* avahi_log_debug("Response suppressed by known answer suppression."); */
377 /* avahi_log_debug("Response suppressed by local duplicate suppression (history)"); */
388 /* avahi_log_debug("Response suppressed by local duplicate suppression (scheduled)"); */
444 /* avahi_log_debug("Response suppressed by distributed duplicate suppression"); */