Home
last modified time | relevance | path

Searched refs:n_probing (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-core/
Dannounce.c78 if (g->state != AVAHI_ENTRY_GROUP_REGISTERING || g->n_probing > 0) in avahi_s_entry_group_check_probed()
126 assert(a->entry->group->n_probing); in next_state()
127 a->entry->group->n_probing--; in next_state()
221 e->group->n_probing++; in go_to_initial_state()
350 a->entry->group->n_probing--; in avahi_entry_return_to_initial_state()
430 a->entry->group->n_probing--; in reannounce()
456 e->group->n_probing++; in reannounce()
Dinternal.h90 unsigned n_probing; member
Dentry.c1060 g->n_probing = 0; in avahi_s_entry_group_new()
1188 g->n_probing = 0; in avahi_s_entry_group_reset()
Dserver.c173 e->group->n_probing = 0; in withdraw_entry()