Home | History | Annotate | Download | only in avahi-discover-standalone

Lines Matching refs:Service

45 struct Service {
72 static struct Service *current_service = NULL;
74 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) {
82 struct Service *s = l->data;
94 static void free_service(struct Service *s) {
106 gtk_label_set_text(info_label, "<i>Service removed</i>");
137 struct Service *s;
143 s = g_new(struct Service, 1);
170 struct Service* s;
213 static void update_label(struct Service *s, const gchar *hostname, const AvahiAddress *a, guint16 port, AvahiStringList *txt) {
232 "<b>Service Type:</b> %s\n"
233 "<b>Service Name:</b> %s\n"
250 static struct Service *get_service_on_cursor(void) {
252 struct Service *s;
282 struct Service *s;
301 struct Service *s;