Searched refs:avahi_interface_match (Results 1 – 4 of 4) sorted by relevance
/external/avahi/avahi-core/ |
D | multicast-lookup.c | 285 if (l->queriers_added && avahi_interface_match(i, l->interface, l->protocol)) in avahi_multicast_lookup_engine_new_interface() 301 if (avahi_interface_match(i, l->interface, l->protocol)) in avahi_multicast_lookup_engine_notify()
|
D | iface.h | 177 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol);
|
D | announce.c | 239 …if (!avahi_interface_match(i, e->interface, e->protocol) || !i->announcing || !avahi_entry_is_comm… in new_announcer() 398 if (!avahi_interface_match(i, e->interface, e->protocol)) in send_goodbye_callback()
|
D | iface.c | 720 int avahi_interface_match(AvahiInterface *i, AvahiIfIndex idx, AvahiProtocol protocol) { in avahi_interface_match() function 749 if (avahi_interface_match(i, interface, protocol)) in avahi_interface_monitor_walk() 757 if (avahi_interface_match(i, interface, protocol)) in avahi_interface_monitor_walk()
|