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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
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...]

Completed in 48 milliseconds