Home
last modified time | relevance | path

Searched refs:StaticService (Results 1 – 1 of 1) sorted by relevance

/external/avahi/avahi-daemon/
Dstatic-services.c52 typedef struct StaticService StaticService; typedef
55 struct StaticService { struct
68 AVAHI_LLIST_FIELDS(StaticService, services); argument
79 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 …]