/external/avahi/avahi-client/ |
D | resolver.c | 65 int32_t interface, protocol, aprotocol; in avahi_service_resolver_event() local 80 DBUS_TYPE_INT32, &aprotocol, in avahi_service_resolver_event() 144 avahi_address_parse(address, (AvahiProtocol) aprotocol, &a); in avahi_service_resolver_event() 186 AvahiProtocol aprotocol, in avahi_service_resolver_new() argument 254 i_aprotocol = (int32_t) aprotocol; in avahi_service_resolver_new() 369 int32_t interface, protocol, aprotocol; in avahi_host_name_resolver_event() local 379 DBUS_TYPE_INT32, &aprotocol, in avahi_host_name_resolver_event() 389 if (!avahi_address_parse(address, (AvahiProtocol) aprotocol, &a)) { in avahi_host_name_resolver_event() 429 AvahiProtocol aprotocol, in avahi_host_name_resolver_new() argument 478 i_aprotocol = (int32_t) aprotocol; in avahi_host_name_resolver_new() [all …]
|
D | lookup.h | 196 …AvahiProtocol aprotocol, /**< The desired address family of the service address to resolve. AVAHI… 230 AvahiProtocol aprotocol,
|
/external/avahi/avahi-core/ |
D | browse-dns-server.c | 55 AvahiProtocol aprotocol; member 179 b->aprotocol, in record_browser_callback() 240 AvahiProtocol aprotocol, in avahi_s_dns_server_browser_new() argument 260 …AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL); in avahi_s_dns_server_browser_new() 281 b->aprotocol = aprotocol; in avahi_s_dns_server_browser_new()
|
D | resolve-host-name.c | 209 AvahiProtocol aprotocol, in avahi_s_host_name_resolver_new() argument 224 …AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL); in avahi_s_host_name_resolver_new() 249 if (aprotocol == AVAHI_PROTO_INET || aprotocol == AVAHI_PROTO_UNSPEC) { in avahi_s_host_name_resolver_new() 258 if (aprotocol == AVAHI_PROTO_INET6 || aprotocol == AVAHI_PROTO_UNSPEC) { in avahi_s_host_name_resolver_new()
|
D | lookup.h | 95 …AvahiProtocol aprotocol, /**< The address family of the desired address or AVAHI_PR… 225 …AvahiProtocol aprotocol, /**< Address family of the desired service address. Use AVAHI_PROTO_UN…
|
D | dns-srv-rr.h | 77 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
|
D | resolve-service.c | 385 AvahiProtocol aprotocol, in avahi_s_service_resolver_new() argument 401 …AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL); in avahi_s_service_resolver_new() 426 r->address_protocol = aprotocol; in avahi_s_service_resolver_new()
|
/external/avahi/avahi-daemon/ |
D | dbus-protocol.c | 462 int32_t interface, protocol, aprotocol; in msg_server_impl() local 472 DBUS_TYPE_INT32, &aprotocol, in msg_server_impl() 495 …vahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFla… in msg_server_impl() 716 int32_t interface, protocol, aprotocol; in msg_server_impl() local 728 DBUS_TYPE_INT32, &aprotocol, in msg_server_impl() 757 …nterface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFla… in msg_server_impl() 766 int32_t interface, protocol, aprotocol; in msg_server_impl() local 786 DBUS_TYPE_INT32, &aprotocol, in msg_server_impl() 816 …nterface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFla… in msg_server_impl() 829 int32_t interface, protocol, aprotocol; in msg_server_impl() local [all …]
|
/external/avahi/avahi-gobject/ |
D | ga-service-resolver.c | 72 AvahiProtocol aprotocol; member 107 priv->aprotocol = g_value_get_enum(value); in ga_service_resolver_set_property() 139 g_value_set_enum(value, priv->aprotocol); in ga_service_resolver_get_property() 374 priv->aprotocol, in ga_service_resolver_attach()
|
/external/avahi/avahi-python/ |
D | avahi-bookmarks.in | 117 …interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.… 122 if aprotocol == avahi.PROTO_INET6: 127 self.services[(interface, protocol, name, type, domain)] = (host, aprotocol, h, port, txt)
|
/external/avahi/avahi-python/avahi-discover/ |
D | avahi-discover.py | 100 …def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, por… argument 105 …self.update_label(interface, protocol, name, stype, domain, host, aprotocol, address, port, avahi.… 219 …def update_label(self,interface, protocol, name, stype, domain, host, aprotocol, address, port, tx… argument
|