Searched refs:StaticService (Results 1 – 1 of 1) sorted by relevance
52 typedef struct StaticService StaticService; typedef55 struct StaticService { struct68 AVAHI_LLIST_FIELDS(StaticService, services); argument79 AVAHI_LLIST_HEAD(StaticService, services);116 static StaticService *static_service_new(StaticServiceGroup *group) { in static_service_new()117 StaticService *s; in static_service_new()120 s = avahi_new(StaticService, 1); in static_service_new()130 AVAHI_LLIST_PREPEND(StaticService, services, group->services, s); in static_service_new()146 AVAHI_LLIST_HEAD_INIT(StaticService, g->services); in static_service_group_new()152 static void static_service_free(StaticService *s) { in static_service_free()[all …]