Searched refs:fd_legacy_unicast_ipv4 (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-core/ |
D | server.c | 826 if (j->protocol == AVAHI_PROTO_INET && s->fd_legacy_unicast_ipv4 >= 0) { in reflect_legacy_unicast_query_packet() 827 … avahi_send_dns_packet_ipv4(s->fd_legacy_unicast_ipv4, j->hardware->index, p, NULL, NULL, 0); in reflect_legacy_unicast_query_packet() 847 if (address->proto == AVAHI_PROTO_INET && s->fd_legacy_unicast_ipv4 >= 0) { in originates_from_local_legacy_unicast_socket() 851 if (getsockname(s->fd_legacy_unicast_ipv4, (struct sockaddr*) &lsa, &l) != 0) in originates_from_local_legacy_unicast_socket() 1062 if (fd == s->fd_legacy_unicast_ipv4) in legacy_unicast_socket_event() 1063 p = avahi_recv_dns_packet_ipv4(s->fd_legacy_unicast_ipv4, NULL, NULL, NULL, NULL, NULL); in legacy_unicast_socket_event() 1339 …s->fd_legacy_unicast_ipv4 = s->fd_ipv4 >= 0 && s->config.enable_reflector ? avahi_open_unicast_soc… in setup_sockets() 1352 if (s->fd_legacy_unicast_ipv4 >= 0) in setup_sockets() 1353 …tch_legacy_unicast_ipv4 = s->poll_api->watch_new(s->poll_api, s->fd_legacy_unicast_ipv4, AVAHI_WAT… in setup_sockets() 1522 if (s->fd_legacy_unicast_ipv4 >= 0) in avahi_server_free() [all …]
|
D | internal.h | 134 fd_legacy_unicast_ipv4, fd_legacy_unicast_ipv6; member
|