Lines Matching refs:AvahiSRBLookup
41 struct AvahiSRBLookup { struct
57 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups); argument
60 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, …
61 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, Av…
82 static AvahiSRBLookup* lookup_new( in lookup_new()
89 AvahiSRBLookup *l; in lookup_new()
99 if (!(l = avahi_new(AvahiSRBLookup, 1))) in lookup_new()
114 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l); in lookup_new()
121 static void lookup_unref(AvahiSRBLookup *l) { in lookup_unref()
128 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookups, l->record_browser->lookups, l); in lookup_unref()
150 static AvahiSRBLookup* lookup_ref(AvahiSRBLookup *l) { in lookup_ref()
158 static AvahiSRBLookup *lookup_find( in lookup_find()
165 AvahiSRBLookup *l; in lookup_find()
203 AvahiSRBLookup *l = userdata; in lookup_wide_area_callback()
258 AvahiSRBLookup *l = userdata; in lookup_multicast_callback()
319 static int lookup_start(AvahiSRBLookup *l) { in lookup_start()
340 static int lookup_scan_cache(AvahiSRBLookup *l) { in lookup_scan_cache()
359 static AvahiSRBLookup* lookup_add(AvahiSRecordBrowser *b, AvahiIfIndex interface, AvahiProtocol pro… in lookup_add()
360 AvahiSRBLookup *l; in lookup_add()
374 static int lookup_go(AvahiSRBLookup *l) { in lookup_go()
401 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, … in lookup_handle_cname()
403 AvahiSRBLookup *n; in lookup_handle_cname()
426 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, Av… in lookup_drop_cname()
428 AvahiSRBLookup *n = NULL; in lookup_drop_cname()
558 AVAHI_LLIST_HEAD_INIT(AvahiSRBLookup, b->lookups); in avahi_s_record_browser_new()