Home | History | Annotate | Download | only in avahi-core

Lines Matching refs:interface

39     AvahiIfIndex interface;
64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) {
71 if (i->interface == interface &&
97 AVAHI_GCC_UNUSED AvahiIfIndex interface,
117 i->interface,
140 AvahiIfIndex interface,
162 if (get_server_info(b, interface, protocol, record))
172 i->interface = interface;
177 interface, protocol,
196 if (!(i = get_server_info(b, interface, protocol, record)))
202 interface,
221 interface,
236 AvahiIfIndex interface,
258 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_IF_VALID(interface), AVAHI_ERR_INVALID_INTERFACE);
293 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))