Searched refs:avahi_interface_monitor_get_interface (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.h178 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol);
H A Diface-linux.c196 if (!(i = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifaddrmsg->ifa_index, avahi_af_to_proto(ifaddrmsg->ifa_family))))
H A Diface-pfroute.c154 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
440 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex)index, addr.proto)))
H A Diface.c522 AvahiInterface* avahi_interface_monitor_get_interface(AvahiInterfaceMonitor *m, AvahiIfIndex idx, AvahiProtocol protocol) { function
715 if ((i = avahi_interface_monitor_get_interface(m, interface, protocol)))
808 if (!(i = avahi_interface_monitor_get_interface(m, iface, a->proto)))
H A Dserver.c895 if (!(i = avahi_interface_monitor_get_interface(s->monitor, iface, src_address->proto)) ||
998 if (!(j = avahi_interface_monitor_get_interface(s->monitor, slot->interface, slot->address.proto)) ||

Completed in 112 milliseconds