Searched refs:DNSServiceCreateConnection (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/KerberosHelper-151/Tests/
H A Ddns-register.c70 error = DNSServiceCreateConnection(&dnsRef);
72 errx(1, "DNSServiceCreateConnection");
/macosx-10.10/mDNSResponder-561.1.1/Clients/FirefoxExtension/
H A DCDNSSDService.cpp40 if ( DNSServiceCreateConnection( &m_mainRef ) != kDNSServiceErr_NoError )
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dannounce.c133 error = DNSServiceCreateConnection(&g_dnsRef);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddns_sd.h265 * call DNSServiceCreateConnection(&MainRef) to initialize the main DNSServiceRef.
275 * error = DNSServiceCreateConnection(&MainRef);
316 * 3. Only share DNSServiceRef's created with DNSServiceCreateConnection
317 * Calling DNSServiceCreateConnection(&ref) creates a special shareable DNSServiceRef.
324 * (the parent DNSServiceRef, originally created by DNSServiceCreateConnection(&ref))
920 * Note: If the reference was initialized with DNSServiceCreateConnection(), any DNSRecordRefs
1285 * or DNSServiceCreateConnection().
1324 * DNSServiceCreateConnection() (if the record being removed was registered via
1801 * DNSServiceCreateConnection(), DNSServiceRegisterRecord(), DNSServiceReconfirmRecord()
1806 /* DNSServiceCreateConnection()
[all...]
H A Ddnssd_clientstub.c428 // or on the main sdRef e.g., DNSServiceCreateConnection/DNSServiveRegisterRecord. DNSRecords may have
1736 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef) function
1816 return DNSServiceCreateConnection(sdRef);
1858 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRegisterRecord called with non-DNSServiceCreateConnection DNSServiceRef %p %d", sdRef, sdRef->op);
2350 err = DNSServiceCreateConnection(sdRef);
H A Ddnssd_clientshim.c580 DNSServiceErrorType DNSServiceCreateConnection(DNSServiceRef *sdRef) function
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c1360 // Call getip() after the call DNSServiceCreateConnection().
1363 // DNSServiceCreateConnection() is called before getip() is.
1594 err = DNSServiceCreateConnection(&client);
1622 err = DNSServiceCreateConnection(&client_pa);
1623 if (err) { fprintf(stderr, "DNSServiceCreateConnection returned %d\n", err); return(err); }
1742 err = DNSServiceCreateConnection(&client);
1743 if (err) { fprintf(stderr, "DNSServiceCreateConnection failed %ld\n", (long int)err); return (-1); }
/macosx-10.10/cups-408/cups/test/
H A Dippdiscover.c154 if (DNSServiceCreateConnection(&main_ref) != kDNSServiceErr_NoError)
H A Dippfind.c1141 if ((err = DNSServiceCreateConnection(&dnssd_ref)) != kDNSServiceErr_NoError)
H A Dippserver.c5488 if ((error = DNSServiceCreateConnection(&(printer->common_ref)))
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLStub/
H A DDLLStub.cpp325 DNSServiceCreateConnection(DNSServiceRef *sdRef) function
/macosx-10.10/ppp-786.1.1/Controller/
H A Dnat_port_mapping.c559 err = DNSServiceCreateConnection(&mapping->mDNSRef);
561 SCLog(TRUE, LOG_ERR, CFSTR("%s Error calling DNSServiceCreateConnection for %s, error: %d."), sd_name, if_name, err);
/macosx-10.10/cups-408/cups/backend/
H A Ddnssd.c255 if (DNSServiceCreateConnection(&main_ref) != kDNSServiceErr_NoError)
/macosx-10.10/cups-408/cups/scheduler/
H A Ddirsvc.c168 if ((error = DNSServiceCreateConnection(&DNSSDMaster))
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp900 * This maps to DNSServiceCreateConnection(). Returns an
912 int err = DNSServiceCreateConnection(&sdRef->m_impl->m_ref);
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSD.cpp375 err = DNSServiceCreateConnection( &sref );
H A DDNSSDService.cpp76 err = DNSServiceCreateConnection( &m_primary );
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c1702 if (DNSServiceCreateConnection(&ref) == kDNSServiceErr_NoError)
H A Ddest.c924 if (DNSServiceCreateConnection(&data.main_ref) != kDNSServiceErr_NoError)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DJNISupport.c655 err = DNSServiceCreateConnection( &pContext->ServiceRef);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c1466 err = DNSServiceCreateConnection(&_mdns_sdref);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c3576 err = DNSServiceCreateConnection(&dnsMain);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c4760 err = DNSServiceCreateConnection(&mapping->mDNSRef);
4762 error("%s Error calling DNSServiceCreateConnection for %s, error: %d\n", sd_name, if_name, err);

Completed in 429 milliseconds