Searched refs:StaticServiceGroup (Results 1 – 1 of 1) sorted by relevance
53 typedef struct StaticServiceGroup StaticServiceGroup; typedef56 StaticServiceGroup *group;71 struct StaticServiceGroup { struct80 AVAHI_LLIST_FIELDS(StaticServiceGroup, groups); argument83 static AVAHI_LLIST_HEAD(StaticServiceGroup, groups) = NULL;113 static void add_static_service_group_to_server(StaticServiceGroup *g);114 static void remove_static_service_group_from_server(StaticServiceGroup *g);116 static StaticService *static_service_new(StaticServiceGroup *group) { in static_service_new()135 static StaticServiceGroup *static_service_group_new(char *filename) { in static_service_group_new()136 StaticServiceGroup *g; in static_service_group_new()[all …]