Home
last modified time | relevance | path

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

/external/avahi/avahi-core/
Dserver.c702 if (!s->legacy_unicast_reflect_slots) in allocate_slot()
703 …s->legacy_unicast_reflect_slots = avahi_new0(AvahiLegacyUnicastReflectSlot*, AVAHI_LEGACY_UNICAST_… in allocate_slot()
708 if (!s->legacy_unicast_reflect_slots[idx]) in allocate_slot()
712 if (idx == (unsigned) -1 || s->legacy_unicast_reflect_slots[idx]) in allocate_slot()
718 s->legacy_unicast_reflect_slots[idx] = slot; in allocate_slot()
733 assert(s->legacy_unicast_reflect_slots[idx] == slot); in deallocate_slot()
738 s->legacy_unicast_reflect_slots[idx] = NULL; in deallocate_slot()
745 if (!s->legacy_unicast_reflect_slots) in free_slots()
749 if (s->legacy_unicast_reflect_slots[idx]) in free_slots()
750 deallocate_slot(s, s->legacy_unicast_reflect_slots[idx]); in free_slots()
[all …]
Dinternal.h151 AvahiLegacyUnicastReflectSlot **legacy_unicast_reflect_slots; member