Searched refs:StaticHost (Results 1 – 1 of 1) sorted by relevance
37 typedef struct StaticHost StaticHost; typedef39 struct StaticHost { struct46 AVAHI_LLIST_FIELDS(StaticHost, hosts); argument49 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;52 static void add_static_host_to_server(StaticHost *h);53 static void remove_static_host_from_server(StaticHost *h);56 StaticHost *h; in entry_group_callback()83 static StaticHost *static_host_new(void) { in static_host_new()84 StaticHost *s; in static_host_new()86 s = avahi_new(StaticHost, 1); in static_host_new()[all …]