Home
last modified time | relevance | path

Searched refs:aprotocol (Results 1 – 11 of 11) sorted by relevance

/external/avahi/avahi-client/
Dresolver.c65 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 …]
Dlookup.h196 …AvahiProtocol aprotocol, /**< The desired address family of the service address to resolve. AVAHI…
230 AvahiProtocol aprotocol,
/external/avahi/avahi-core/
Dbrowse-dns-server.c55 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()
Dresolve-host-name.c209 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()
Dlookup.h95 …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…
Ddns-srv-rr.h77 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
Dresolve-service.c385 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/
Ddbus-protocol.c462 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/
Dga-service-resolver.c72 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/
Davahi-bookmarks.in117 …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/
Davahi-discover.py100 …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