Searched refs:legacy_unicast_reflect_slots (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dserver.c695 if (!s->legacy_unicast_reflect_slots)
696 s->legacy_unicast_reflect_slots = avahi_new0(AvahiLegacyUnicastReflectSlot*, AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX);
701 if (!s->legacy_unicast_reflect_slots[idx])
705 if (idx == (unsigned) -1 || s->legacy_unicast_reflect_slots[idx])
711 s->legacy_unicast_reflect_slots[idx] = slot;
726 assert(s->legacy_unicast_reflect_slots[idx] == slot);
731 s->legacy_unicast_reflect_slots[idx] = NULL;
738 if (!s->legacy_unicast_reflect_slots)
742 if (s->legacy_unicast_reflect_slots[idx])
743 deallocate_slot(s, s->legacy_unicast_reflect_slots[id
[all...]
H A Dinternal.h149 AvahiLegacyUnicastReflectSlot **legacy_unicast_reflect_slots; member in struct:AvahiServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c695 if (!s->legacy_unicast_reflect_slots)
696 s->legacy_unicast_reflect_slots = avahi_new0(AvahiLegacyUnicastReflectSlot*, AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX);
701 if (!s->legacy_unicast_reflect_slots[idx])
705 if (idx == (unsigned) -1 || s->legacy_unicast_reflect_slots[idx])
711 s->legacy_unicast_reflect_slots[idx] = slot;
726 assert(s->legacy_unicast_reflect_slots[idx] == slot);
731 s->legacy_unicast_reflect_slots[idx] = NULL;
738 if (!s->legacy_unicast_reflect_slots)
742 if (s->legacy_unicast_reflect_slots[idx])
743 deallocate_slot(s, s->legacy_unicast_reflect_slots[id
[all...]
H A Dinternal.h149 AvahiLegacyUnicastReflectSlot **legacy_unicast_reflect_slots; member in struct:AvahiServer

Completed in 107 milliseconds