Searched refs:AvahiLegacyUnicastReflectSlot (Results 1 - 2 of 2) sorted by relevance

/external/avahi/avahi-core/
H A Dinternal.h51 typedef struct AvahiLegacyUnicastReflectSlot AvahiLegacyUnicastReflectSlot; typedef in typeref:struct:AvahiLegacyUnicastReflectSlot
53 struct AvahiLegacyUnicastReflectSlot { struct
151 AvahiLegacyUnicastReflectSlot **legacy_unicast_reflect_slots;
H A Dserver.c696 static AvahiLegacyUnicastReflectSlot* allocate_slot(AvahiServer *s) {
698 AvahiLegacyUnicastReflectSlot *slot;
703 s->legacy_unicast_reflect_slots = avahi_new0(AvahiLegacyUnicastReflectSlot*, AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX);
715 if (!(slot = avahi_new(AvahiLegacyUnicastReflectSlot, 1)))
725 static void deallocate_slot(AvahiServer *s, AvahiLegacyUnicastReflectSlot *slot) {
756 static AvahiLegacyUnicastReflectSlot* find_slot(AvahiServer *s, uint16_t id) {
773 AvahiLegacyUnicastReflectSlot *slot = userdata;
783 AvahiLegacyUnicastReflectSlot *slot;
989 AvahiLegacyUnicastReflectSlot *slot;

Completed in 44 milliseconds