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

  /external/avahi/avahi-core/
wide-area.c 84 int fd_ipv4, fd_ipv6; member in struct:AvahiWideAreaLookupEngine
147 if (l->engine->fd_ipv6 < 0)
150 return avahi_send_dns_packet_ipv6(l->engine->fd_ipv6, AVAHI_IF_UNSPEC, p, NULL, &a->data.ipv6, AVAHI_DNS_PORT);
560 assert(fd == e->fd_ipv6);
561 p = avahi_recv_dns_packet_ipv6(e->fd_ipv6, NULL, NULL, NULL, NULL, NULL);
581 e->fd_ipv6 = s->config.use_ipv6 ? avahi_open_unicast_socket_ipv6() : -1;
583 if (e->fd_ipv4 < 0 && e->fd_ipv6 < 0) {
586 if (e->fd_ipv6 >= 0)
587 close(e->fd_ipv6);
602 if (e->fd_ipv6 >= 0
    [all...]
internal.h 132 int fd_ipv4, fd_ipv6, member in struct:AvahiServer
server.c     [all...]
iface.c 182 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) ||
213 r = avahi_mdns_mcast_join_ipv6(i->monitor->server->fd_ipv6, &i->local_mcast_address.data.ipv6, i->hardware->index, join);
404 if (m->server->fd_ipv6 >= 0 || m->server->config.publish_aaaa_on_ipv4)
600 else if (i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 >= 0)
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);

Completed in 518 milliseconds