Searched refs:mcast_joined (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.c182 if (!!join == !!i->mcast_joined)
224 i->mcast_joined = 0;
226 i->mcast_joined = join;
235 if (!i->mcast_joined)
287 if (i->mcast_joined)
343 i->mcast_joined = 0;
443 if (i->mcast_joined) {
577 avahi_send_dns_packet_ipv4(i->monitor->server->fd_ipv4, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv4 : NULL, a ? &a->data.ipv4 : NULL, port);
579 avahi_send_dns_packet_ipv6(i->monitor->server->fd_ipv6, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv6 : NULL, a ? &a->data.ipv6 : NULL, port);
H A Diface.h103 int mcast_joined; member in struct:AvahiInterface
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.c176 if (!!join == !!i->mcast_joined)
218 i->mcast_joined = 0;
220 i->mcast_joined = join;
229 if (!i->mcast_joined)
281 if (i->mcast_joined)
337 i->mcast_joined = 0;
437 if (i->mcast_joined) {
571 avahi_send_dns_packet_ipv4(i->monitor->server->fd_ipv4, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv4 : NULL, a ? &a->data.ipv4 : NULL, port);
573 avahi_send_dns_packet_ipv6(i->monitor->server->fd_ipv6, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv6 : NULL, a ? &a->data.ipv6 : NULL, port);
H A Diface.h103 int mcast_joined; member in struct:AvahiInterface

Completed in 69 milliseconds