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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop-common.c 44 const DNSServiceErrorType dns_err = DNSServiceCreateConnection(&service_ref);
dnssd-proxy.c 628 int err = DNSServiceCreateConnection(&sdref);
5494 err = DNSServiceCreateConnection(&advertisement_context->service_ref);
5496 ERROR("DNSServiceCreateConnection failed");
srp-mdns-proxy.c 712 int err = DNSServiceCreateConnection(&sdref);
  /src/crypto/external/bsd/heimdal/dist/kdc/
announce.c 126 error = DNSServiceCreateConnection(&g_dnsRef);
  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 1509 // Call getip() after the call DNSServiceCreateConnection().
1512 // DNSServiceCreateConnection() is called before getip() is.
1810 // DNSServiceCreateConnection()
1811 if (DNSServiceCreateConnection(0) == 0)
1813 printf("DNSServiceCreateConnection(): expected error return\n");
1834 if (DNSServiceCreateConnection(&sdRef))
1836 printf("DNSServiceCreateConnection(): failed\n");
2215 err = DNSServiceCreateConnection(&client);
2216 if (err) { fprintf(stderr, "DNSServiceCreateConnection returned %d\n", err); return(err); }
2246 err = DNSServiceCreateConnection(&client_pa)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dns_sd.h 349 * call DNSServiceCreateConnection(&SharedRef) to initialize the main DNSServiceRef.
359 * error = DNSServiceCreateConnection(&SharedRef);
399 * 3. Only share DNSServiceRef's created with DNSServiceCreateConnection
400 * Calling DNSServiceCreateConnection(&ref) creates a special shareable DNSServiceRef.
407 * (the parent DNSServiceRef, originally created by DNSServiceCreateConnection(&SharedRef))
1127 * Note: If the reference was initialized with DNSServiceCreateConnection(), any DNSRecordRefs
1559 * or DNSServiceCreateConnection().
1616 * DNSServiceCreateConnection() (if the record being removed was registered via
2176 * DNSServiceCreateConnection(), DNSServiceRegisterRecord(), DNSServiceReconfirmRecord()
2198 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef)
    [all...]
dnssd_clientstub.c 216 // DNSServiceRegisterRecord calls on a DNSServiceRef allocated using DNSServiceCreateConnection, or else
218 // A connection created using DNSServiceCreateConnection can also be used as a shared connection for registering
223 // For any given DNSServiceRef created by DNSServiceCreateConnection,
227 // - be a subordinate DNSServiceRef of a DNSServiceRef created by DNSServiceCreateConnection, or not
688 // or on the main sdRef e.g., DNSServiceCreateConnection/DNSServiceRegisterRecord.
2188 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef)
2212 return DNSServiceCreateConnection(sdRef);
2362 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRegisterRecord called with non-DNSServiceCreateConnection DNSServiceRef %p %d", sdRef, sdRef->op);
2562 // former case, these records are added on a connection that was created using DNSServiceCreateConnection(), and so
2653 // former case, these records are added on a connection that was created using DNSServiceCreateConnection(), and s
    [all...]
  /src/external/apache2/mDNSResponder/nss/
nss_mdnsd.c 1139 if (DNSServiceCreateConnection(&(sr->sdRef))) {
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 426 "The default behavior is to create a main connection with DNSServiceCreateConnection() and perform operations on\n" \
5191 DNSServiceRef conRef; // sdRef to be initialized by DNSServiceCreateConnection().
7110 err = DNSServiceCreateConnection( &context->mainRef );
15852 err = DNSServiceCreateConnection( &me->connection );
17654 err = DNSServiceCreateConnection( &context->connection );
25450 err = DNSServiceCreateConnection( &subtest->connection );
    [all...]

Completed in 64 milliseconds