HomeSort by: relevance | last modified time | path
    Searched refs:ioloop_dnssd_txn_add (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-dnssd.h 85 #define dns_service_ioloop_txn_add(srp_server, ...) ioloop_dnssd_txn_add(__VA_ARGS__)
ioloop.h 356 #define ioloop_dnssd_txn_add(ref, context, finalize_callback, failure_callback) \ macro
srp-replication.c 430 *txn = ioloop_dnssd_txn_add(sdref, address, address_query_context_release, address_query_txn_fail);
3643 *txn = ioloop_dnssd_txn_add(sdref, service, srpl_instance_service_context_release, NULL);
3849 domain->query = ioloop_dnssd_txn_add(sdref, domain, srpl_domain_context_release, srpl_dnssd_txn_fail);
6182 domain->srpl_advertise_txn = ioloop_dnssd_txn_add(sdref, NULL, NULL, NULL);
dnssd-proxy.c 632 shared_discovery_txn = ioloop_dnssd_txn_add(sdref, NULL, NULL, dp_handle_server_disconnect);
5534 advertisement_context->txn = ioloop_dnssd_txn_add(advertisement_context->service_ref, advertisement_context,
5537 ERROR("ioloop_dnssd_txn_add failed");
5721 txn = ioloop_dnssd_txn_add(service_ref, advertisement_context, dp_advertisements_finalize,
srp-mdns-proxy.c 716 server_state->shared_registration_txn = ioloop_dnssd_txn_add(sdref, server_state, NULL, shared_registration_fail);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-dnssd.c 514 return ioloop_dnssd_txn_add(sdref->sdref, context, finalize_callback, failure_callback);

Completed in 29 milliseconds