Searched refs:DNSServiceGetAddrInfo (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ppp-786.1.1/Helpers/sbslauncher/
H A Dnetwork_detection_helper.m242 DNSServiceErrorType error = DNSServiceGetAddrInfo(&dnsRedirectQuery, kDNSServiceFlagsReturnIntermediates, 0, kDNSServiceProtocol_IPv4, random_host, dns_redirect_callback, NULL);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddns_sd.h351 * When kDNServiceFlagsTimeout is passed to DNSServiceQueryRecord or DNSServiceGetAddrInfo, the query is
355 * with an error code of kDNSServiceErr_Timeout and a NULL sockaddr will be returned for DNSServiceGetAddrInfo
384 * This flag is meaningful in DNSServiceGetAddrInfo and DNSServiceQueryRecord. This is the ONLY flag to be valid
387 * When this flag is passed to DNSServiceQueryRecord and DNSServiceGetAddrInfo to resolve unicast names,
395 * sockaddr will be returned for DNSServiceGetAddrInfo and zero length rdata will be returned for DNSServiceQueryRecord.
436 * cannot be validated. If this flag is set in DNSServiceQueryRecord or DNSServiceGetAddrInfo,
495 * This flag is meaningful only for DNSServiceGetAddrInfo() for Unicast DNS queries.
496 * When set, DNSServiceGetAddrInfo() will interpret the "interfaceIndex" argument of the call
514 /* for DNSServiceGetAddrInfo() */
1703 /* DNSServiceGetAddrInfo
[all...]
H A Ddnssd_clientshim.c706 // DNSServiceGetAddrInfo
742 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo( function
777 LogMsg("DNSServiceGetAddrInfo(\"%s\", %d) failed: %s (%ld)", inHostName, inProtocol, errormsg, err);
H A Ddnssd_clientstub.c1431 // DNSServiceGetAddrInfo. Set the "addr" to NULL as per the documentation.
1444 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo function
H A Duds_daemon.c3032 // 1. When the application calls DNSServiceQueryRecord or DNSServiceGetAddrInfo with a .local name, this function
3176 req->hdr.op == query_request ? "DNSServiceQueryRecord" : "DNSServiceGetAddrInfo",
4196 #pragma mark - DNSServiceGetAddrInfo
4201 LogOperation("%3d: DNSServiceGetAddrInfo(%##s) STOP PID[%d](%s)", request->sd, request->u.addrinfo.q4.qname.c,
4312 if (!request->msgptr) { LogMsg("%3d: DNSServiceGetAddrInfo(unreadable parameters)", request->sd); return(mStatus_BadParamErr); }
4439 LogOperation("%3d: DNSServiceGetAddrInfo(%X, %d, %d, %##s) START PID[%d](%s)", request->sd, flags, interfaceIndex,
5174 LogMsgNoIdent("%s DNSServiceGetAddrInfo %s%s %##s PID[%d](%s)", prefix,
5302 LogMcastNoIdent("Q: DNSServiceGetAddrInfo %s%s %##s PID[%d](%s)",
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLStub/
H A DDLLStub.cpp449 DNSServiceGetAddrInfo function
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSD.cpp329 err = DNSServiceGetAddrInfo( &sref, flags, ifIndex, addressFamily, hostNameUTF8.c_str(), ( DNSServiceGetAddrInfoReply ) &GetAddrInfoReply, object );
H A DDNSSDService.cpp1144 err = DNSServiceGetAddrInfo( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, addressFamily, hostNameUTF8.c_str(), ( DNSServiceGetAddrInfoReply ) &GetAddrInfoReply, object );
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c1731 err = DNSServiceGetAddrInfo(&client, flags, opinterface, GetProtocol(argv[opi+0]), argv[opi+1], addrinfo_reply, NULL);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2985 #pragma mark DNSServiceGetAddrInfo support
3603 fcn = "DNSServiceGetAddrInfo";
3604 err = DNSServiceGetAddrInfo(&sdRef, // sdRef
4736 * initiate an DNS query w/DNSServiceGetAddrInfo

Completed in 237 milliseconds