Searched refs:DNSServiceErrorType (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libdns_sd/common/ |
H A D | dns_sd.h | 361 typedef int32_t DNSServiceErrorType; typedef 413 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef); 491 DNSServiceErrorType errorCode, 527 DNSServiceErrorType DNSSD_API DNSServiceEnumerateDomains 574 DNSServiceErrorType errorCode, 655 DNSServiceErrorType DNSSD_API DNSServiceRegister 709 DNSServiceErrorType DNSSD_API DNSServiceAddRecord 749 DNSServiceErrorType DNSSD_API DNSServiceUpdateRecord 781 DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord 839 DNSServiceErrorType errorCode, [all …]
|
H A D | dnssd_clientstub.c | 363 DNSServiceErrorType err; in connect_to_server() 416 static DNSServiceErrorType deliver_request(void *msg, DNSServiceRef sdr, int reuse_sd) in deliver_request() 425 DNSServiceErrorType err = kDNSServiceErr_Unknown; in deliver_request() 518 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef) in DNSServiceProcessResult() 564 DNSServiceErrorType err; in handle_resolve_response() 583 DNSServiceErrorType DNSSD_API DNSServiceResolve in DNSServiceResolve() 599 DNSServiceErrorType err; in DNSServiceResolve() 649 DNSServiceErrorType errorCode; in handle_query_response() 672 DNSServiceErrorType DNSSD_API DNSServiceQueryRecord in DNSServiceQueryRecord() 688 DNSServiceErrorType err; in DNSServiceQueryRecord() [all …]
|
H A D | dnssd_clientlib.c | 226 DNSServiceErrorType DNSSD_API TXTRecordSetValue in TXTRecordSetValue() 271 DNSServiceErrorType DNSSD_API TXTRecordRemoveValue in TXTRecordRemoveValue() 336 DNSServiceErrorType DNSSD_API TXTRecordGetItemAtIndex in TXTRecordGetItemAtIndex()
|
/titanic_41/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 244 static void ReportError( JNIEnv *pEnv, jobject target, jobject service, DNSServiceErrorType err) in ReportError() 330 DNSServiceErrorType err = kDNSServiceErr_BadState; in Java_com_apple_dnssd_AppleService_ProcessResults() 363 DNSServiceErrorType errorCode, const char *serviceName, const char *regtype, in ServiceBrowseReply() 394 DNSServiceErrorType err = kDNSServiceErr_NoError; in Java_com_apple_dnssd_AppleBrowser_CreateBrowser() 428 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, in ServiceResolveReply() 480 DNSServiceErrorType err = kDNSServiceErr_NoError; in Java_com_apple_dnssd_AppleResolver_CreateResolver() 513 DNSServiceErrorType errorCode, const char *serviceName, in ServiceRegisterReply() 544 DNSServiceErrorType err = kDNSServiceErr_NoError; in Java_com_apple_dnssd_AppleRegistration_BeginRegister() 603 DNSServiceErrorType err = kDNSServiceErr_NoError; in Java_com_apple_dnssd_AppleRegistration_AddRecord() 635 DNSServiceErrorType err = kDNSServiceErr_NoError; in Java_com_apple_dnssd_AppleDNSRecord_Update() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | dns-sd.c | 232 DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() 292 …DNSServiceRef client, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() 339 …DNSServiceRef client, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in resolve_reply() 365 DNSServiceErrorType err = kDNSServiceErr_Unknown; in myTimerCallBack() 416 …SSD_API reg_reply(DNSServiceRef client, const DNSServiceFlags flags, DNSServiceErrorType errorCode, in reg_reply() 441 …(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in qr_reply() 516 DNSServiceErrorType err = kDNSServiceErr_NoError; in HandleEvents() 556 DNSServiceErrorType errorCode, void * context) in MyRegisterRecordCallback() 596 static DNSServiceErrorType RegisterProxyAddressRecord(DNSServiceRef *sdRef, const char *host, const… in RegisterProxyAddressRecord() 603 DNSServiceErrorType err = DNSServiceCreateConnection(sdRef); in RegisterProxyAddressRecord() [all …]
|
/titanic_41/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 80 DNSServiceErrorType err; in _nss_mdns_queryrecord() 158 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_querynamereply() 298 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_queryaddrreply()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 811 DNSServiceErrorType error; // Note: This field is in NETWORK byte order 905 …t_state *rstate, const char *domain, DNSServiceFlags flags, uint32_t ifi, DNSServiceErrorType err); 1710 len += sizeof(DNSServiceErrorType); in resolve_result_callback() 1765 len += sizeof(DNSServiceErrorType); in question_result_callback() 1991 len += sizeof(DNSServiceErrorType); in GenerateNTDResponse() 2897 len += sizeof(DNSServiceErrorType); in regrecord_callback() 3114 …st_state *rstate, const char *domain, DNSServiceFlags flags, uint32_t ifi, DNSServiceErrorType err) in format_enumeration_reply() 3122 len += sizeof(DNSServiceErrorType); in format_enumeration_reply()
|