HomeSort by relevance Sort by last modified time
    Searched full:mcast_joined (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-core/
iface.c 179 if (!!join == !!i->mcast_joined)
221 i->mcast_joined = 0;
223 i->mcast_joined = join;
232 if (!i->mcast_joined)
284 if (i->mcast_joined)
340 i->mcast_joined = 0;
444 if (i->mcast_joined) {
599 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);
601 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);
iface.h 105 int mcast_joined; member in struct:AvahiInterface

Completed in 246 milliseconds