Searched refs:fd_legacy_unicast_ipv6 (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-core/ |
D | server.c | 828 } else if (j->protocol == AVAHI_PROTO_INET6 && s->fd_legacy_unicast_ipv6 >= 0) in reflect_legacy_unicast_query_packet() 829 … avahi_send_dns_packet_ipv6(s->fd_legacy_unicast_ipv6, j->hardware->index, p, NULL, NULL, 0); in reflect_legacy_unicast_query_packet() 858 if (address->proto == AVAHI_PROTO_INET6 && s->fd_legacy_unicast_ipv6 >= 0) { in originates_from_local_legacy_unicast_socket() 862 if (getsockname(s->fd_legacy_unicast_ipv6, (struct sockaddr*) &lsa, &l) != 0) in originates_from_local_legacy_unicast_socket() 1065 assert(fd == s->fd_legacy_unicast_ipv6); in legacy_unicast_socket_event() 1066 p = avahi_recv_dns_packet_ipv6(s->fd_legacy_unicast_ipv6, NULL, NULL, NULL, NULL, NULL); in legacy_unicast_socket_event() 1340 …s->fd_legacy_unicast_ipv6 = s->fd_ipv6 >= 0 && s->config.enable_reflector ? avahi_open_unicast_soc… in setup_sockets() 1354 if (s->fd_legacy_unicast_ipv6 >= 0) in setup_sockets() 1355 …tch_legacy_unicast_ipv6 = s->poll_api->watch_new(s->poll_api, s->fd_legacy_unicast_ipv6, AVAHI_WAT… in setup_sockets() 1524 if (s->fd_legacy_unicast_ipv6 >= 0) in avahi_server_free() [all …]
|
D | internal.h | 134 fd_legacy_unicast_ipv4, fd_legacy_unicast_ipv6; member
|