Home
last modified time | relevance | path

Searched refs:AVAHI_WAITING (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-core/
Dannounce.c91 if (a->state != AVAHI_WAITING) in avahi_s_entry_group_check_probed()
114 if (a->state == AVAHI_WAITING) { in next_state()
131 a->state = AVAHI_WAITING; in next_state()
212 a->state = AVAHI_WAITING; in go_to_initial_state()
320 (a->state == AVAHI_WAITING && !(e->flags & AVAHI_PUBLISH_UNIQUE)); in avahi_entry_is_registered()
336 (a->state == AVAHI_WAITING && (e->flags & AVAHI_PUBLISH_UNIQUE)); in avahi_entry_is_probing()
433 …(a->state == AVAHI_WAITING && (e->flags & AVAHI_PUBLISH_UNIQUE) && !(e->flags & AVAHI_PUBLISH_NO_P… in reannounce()
438 else if (a->state == AVAHI_WAITING) in reannounce()
441 a->state = AVAHI_WAITING; in reannounce()
Dannounce.h33 AVAHI_WAITING, /* wait for other records in group */ enumerator