Searched refs:AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX (Results 1 – 2 of 2) sorted by relevance
43 #define AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX 100 macro
703 …reflect_slots = avahi_new0(AvahiLegacyUnicastReflectSlot*, AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX); in allocate_slot()705 for (n = 0; n < AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX; n++, s->legacy_unicast_reflect_id++) { in allocate_slot()706 idx = s->legacy_unicast_reflect_id % AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX; in allocate_slot()731 idx = slot->id % AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX; in deallocate_slot()748 for (idx = 0; idx < AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX; idx ++) in free_slots()764 idx = id % AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX; in find_slot()