Home
last modified time | relevance | path

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

/external/avahi/avahi-core/
Dannounce.c120 } else if (a->state == AVAHI_PROBING) { in next_state()
206 a->state = AVAHI_PROBING; in go_to_initial_state()
220 if (a->state == AVAHI_PROBING && e->group) in go_to_initial_state()
223 if (a->state == AVAHI_PROBING) in go_to_initial_state()
335 a->state == AVAHI_PROBING || in avahi_entry_is_probing()
349 if (a->state == AVAHI_PROBING && a->entry->group) in avahi_entry_return_to_initial_state()
429 if (a->state == AVAHI_PROBING && a->entry->group) in reannounce()
432 if (a->state == AVAHI_PROBING || in reannounce()
437 a->state = AVAHI_PROBING; in reannounce()
455 if (a->state == AVAHI_PROBING && e->group) in reannounce()
[all …]
Dannounce.h32 AVAHI_PROBING, /* probing phase */ enumerator