HomeSort by relevance Sort by last modified time
    Searched defs:aprotocol (Results 1 - 4 of 4) sorted by null

  /external/avahi/avahi-core/
browse-dns-server.c 55 AvahiProtocol aprotocol; member in struct:AvahiSDNSServerBrowser
179 b->aprotocol,
240 AvahiProtocol aprotocol,
260 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(aprotocol), AVAHI_ERR_INVALID_PROTOCOL);
281 b->aprotocol = aprotocol;
  /external/avahi/avahi-daemon/
dbus-protocol.c 462 int32_t interface, protocol, aprotocol; local
472 DBUS_TYPE_INT32, &aprotocol,
495 if (!(i->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_host_name_resolver_callback, i))) {
716 int32_t interface, protocol, aprotocol; local
728 DBUS_TYPE_INT32, &aprotocol,
757 if (!(i->service_resolver = avahi_s_service_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_sync_service_resolver_callback, i))) {
766 int32_t interface, protocol, aprotocol; local
786 DBUS_TYPE_INT32, &aprotocol,
816 if (!(i->service_resolver = avahi_s_service_resolver_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, name, type, domain, (AvahiProtocol) aprotocol, (AvahiLookupFlags) flags, avahi_dbus_async_service_resolver_callback, i))) {
829 int32_t interface, protocol, aprotocol; local
    [all...]
  /external/avahi/avahi-gobject/
ga-service-resolver.c 72 AvahiProtocol aprotocol; member in struct:_GaServiceResolverPrivate
107 priv->aprotocol = g_value_get_enum(value);
139 g_value_set_enum(value, priv->aprotocol);
216 param_spec = g_param_spec_enum("aprotocol", "Address protocol",
355 "domain", domain, "aprotocol", address_protocol,
374 priv->aprotocol,
  /external/avahi/avahi-client/
resolver.c 65 int32_t interface, protocol, aprotocol; local
80 DBUS_TYPE_INT32, &aprotocol,
144 avahi_address_parse(address, (AvahiProtocol) aprotocol, &a);
186 AvahiProtocol aprotocol,
254 i_aprotocol = (int32_t) aprotocol;
369 int32_t interface, protocol, aprotocol; local
379 DBUS_TYPE_INT32, &aprotocol,
389 if (!avahi_address_parse(address, (AvahiProtocol) aprotocol, &a)) {
429 AvahiProtocol aprotocol,
478 i_aprotocol = (int32_t) aprotocol;
588 int32_t interface, protocol, aprotocol; local
    [all...]

Completed in 231 milliseconds