Home
last modified time | relevance | path

Searched refs:AVAHI_PROTO_INET6 (Results 1 – 19 of 19) sorted by relevance

/external/avahi/avahi-common/
Daddress.c40 else if (a->proto == AVAHI_PROTO_INET6) in address_get_size()
79 assert(a->proto == AVAHI_PROTO_INET6); in avahi_reverse_lookup_name()
114 ret_addr->proto = AVAHI_PROTO_INET6; in avahi_address_parse()
130 if (proto == AVAHI_PROTO_INET6) in avahi_proto_to_af()
141 return AVAHI_PROTO_INET6; in avahi_af_to_proto()
150 if (proto == AVAHI_PROTO_INET6) in avahi_proto_to_string()
Daddress.h41 AVAHI_PROTO_INET6 = 1, /**< IPv6 */ enumerator
57 …VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protoc…
/external/avahi/avahi-core/
Daddr-util.c70 if (a->proto != AVAHI_PROTO_INET6) in avahi_address_is_ipv4_in_ipv6()
88 else if (a->proto == AVAHI_PROTO_INET6) { in avahi_address_is_link_local()
Diface.c71 …(a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PR… in avahi_interface_address_update_rrs()
182 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) || in interface_mdns_mcast_join()
212 if (i->protocol == AVAHI_PROTO_INET6) in interface_mdns_mcast_join()
405 avahi_interface_new(m, hw, AVAHI_PROTO_INET6); in avahi_hw_interface_new()
600 else if (i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 >= 0) in avahi_interface_send_packet_unicast()
798 assert(a->proto == AVAHI_PROTO_INET6); in avahi_interface_address_on_link()
Dresolve-host-name.c77 a.proto = AVAHI_PROTO_INET6; in finish()
258 if (aprotocol == AVAHI_PROTO_INET6 || aprotocol == AVAHI_PROTO_UNSPEC) { in avahi_s_host_name_resolver_new()
Diface-linux.c209 if ((rlocal.proto == AVAHI_PROTO_INET6 && RTA_PAYLOAD(a) != 16) || in netlink_callback()
226 if ((raddr.proto == AVAHI_PROTO_INET6 && RTA_PAYLOAD(a) != 16) || in netlink_callback()
Dresolve-service.c115 a.proto = AVAHI_PROTO_INET6; in finish()
229 … if (r->address_protocol == AVAHI_PROTO_INET6 || r->address_protocol == AVAHI_PROTO_UNSPEC) { in record_browser_callback()
Dresolve-address.c196 …ULL(server, address->proto == AVAHI_PROTO_INET || address->proto == AVAHI_PROTO_INET6, AVAHI_ERR_I… in avahi_s_address_resolver_new()
Dwide-area.c145 assert(a->proto == AVAHI_PROTO_INET6); in send_to_dns_server()
662 …if ((a->proto == AVAHI_PROTO_INET && e->fd_ipv4 >= 0) || (a->proto == AVAHI_PROTO_INET6 && e->fd_i… in avahi_wide_area_set_servers()
Dserver.c828 } else if (j->protocol == AVAHI_PROTO_INET6 && s->fd_legacy_unicast_ipv6 >= 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()
1035 dest.proto = src.proto = AVAHI_PROTO_INET6; in mcast_socket_event()
1184 avahi_address_parse("::1", AVAHI_PROTO_INET6, &a); in register_localhost()
Diface-pfroute.c217 if (raddr.proto == AVAHI_PROTO_INET6) in rtm_addr()
Drr.c713 a->proto = AVAHI_PROTO_INET6; in get_address()
Dentry.c483 assert(a->proto == AVAHI_PROTO_INET6); in avahi_server_add_address()
/external/avahi/avahi-gobject/
Dga-enums.h31 GA_PROTOCOL_INET6 = AVAHI_PROTO_INET6, /**< IPv6 */
/external/avahi/avahi-daemon/
Dstatic-hosts.c139 …(h->address.proto == AVAHI_PROTO_INET6 && config->publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : h->… in add_static_host_to_server()
Dsimple-protocol.c304 …vahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKU… in handle_line()
338 …C, AVAHI_PROTO_UNSPEC, NULL, AVAHI_DNS_SERVER_RESOLVE, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKU… in handle_line()
Dstatic-services.c363 protocol = AVAHI_PROTO_INET6; in xml_start()
/external/avahi/avahi-utils/
Davahi-resolve.c210 c->proto = AVAHI_PROTO_INET6; in parse_command_line()
/external/avahi/avahi-ui/
Davahi-ui.c243 AVAHI_PROTO_UNSPEC, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC, in G_DEFINE_TYPE()
1376 …rn_if_fail(proto == AVAHI_PROTO_UNSPEC || proto == AVAHI_PROTO_INET || proto == AVAHI_PROTO_INET6); in aui_service_dialog_set_address_family()