Searched refs:avahi_record_browser_new (Results 1 – 6 of 6) sorted by relevance
/external/avahi/avahi-sharp/ |
D | RecordBrowser.cs | 94 … private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto, in avahi_record_browser_new() method in Avahi.RecordBrowser 167 … handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name), in Start()
|
/external/avahi/avahi-client/ |
D | rr-test.c | 102 …r = avahi_record_browser_new(client, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, "ecstasy.local", AVAHI_D… in main()
|
D | lookup.h | 293 AvahiRecordBrowser* avahi_record_browser_new(
|
D | browser.c | 786 AvahiRecordBrowser* avahi_record_browser_new( in avahi_record_browser_new() function
|
/external/avahi/avahi-gobject/ |
D | ga-record-browser.c | 362 priv->browser = avahi_record_browser_new(client->avahi_client, in ga_record_browser_attach()
|
/external/avahi/avahi-compat-libdns_sd/ |
D | compat.c | 1356 …if (!(sdref->record_browser = avahi_record_browser_new(sdref->client, ifindex, AVAHI_PROTO_UNSPEC,… in DNSServiceQueryRecord()
|