Searched refs:from_local_iface (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dserver.c563 static void handle_query_packet(AvahiServer *s, AvahiDnsPacket *p, AvahiInterface *i, const AvahiAddress *a, uint16_t port, int legacy_unicast, int from_local_iface) { argument
586 if (!legacy_unicast && !from_local_iface) {
632 if (!from_local_iface)
650 static void handle_response_packet(AvahiServer *s, AvahiDnsPacket *p, AvahiInterface *i, const AvahiAddress *a, int from_local_iface) { argument
672 if (!from_local_iface)
886 int from_local_iface = 0; local
917 from_local_iface = originates_from_local_iface(s, iface, src_address, port);
947 handle_query_packet(s, p, i, src_address, port, legacy_unicast, from_local_iface);
977 handle_response_packet(s, p, i, src_address, from_local_iface);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c563 static void handle_query_packet(AvahiServer *s, AvahiDnsPacket *p, AvahiInterface *i, const AvahiAddress *a, uint16_t port, int legacy_unicast, int from_local_iface) { argument
586 if (!legacy_unicast && !from_local_iface) {
632 if (!from_local_iface)
650 static void handle_response_packet(AvahiServer *s, AvahiDnsPacket *p, AvahiInterface *i, const AvahiAddress *a, int from_local_iface) { argument
672 if (!from_local_iface)
886 int from_local_iface = 0; local
917 from_local_iface = originates_from_local_iface(s, iface, src_address, port);
947 handle_query_packet(s, p, i, src_address, port, legacy_unicast, from_local_iface);
977 handle_response_packet(s, p, i, src_address, from_local_iface);

Completed in 89 milliseconds