/external/mdnsresponder/mDNSWindows/DLLStub/ |
D | DLLStub.cpp | 99 DNSServiceErrorType DNSSD_API 102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceProcessResult() 104 DNSServiceErrorType ret = g_defaultErrorCode; in DNSServiceProcessResult() 128 DNSServiceErrorType DNSSD_API 138 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceEnumerateDomains() 140 DNSServiceErrorType ret = g_defaultErrorCode; in DNSServiceEnumerateDomains() 151 DNSServiceErrorType DNSSD_API 168 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceRegister() 170 DNSServiceErrorType ret = g_defaultErrorCode; in DNSServiceRegister() 181 DNSServiceErrorType DNSSD_API [all …]
|
/external/libcups/vcnet/ |
D | dns_sd.c | 21 static DNSServiceErrorType (*dnssd_add_record)(DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSSer… 22 static DNSServiceErrorType (*dnssd_browse)(DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t in… 23 static DNSServiceErrorType (*dnssd_construct_full_name)(char * const fullName, const char * const s… 24 static DNSServiceErrorType (*dnssd_create_connection)(DNSServiceRef *sdRef); 25 static DNSServiceErrorType (*dnssd_process_result)(DNSServiceRef sdRef); 26 static DNSServiceErrorType (*dnssd_query_record)(DNSServiceRef *sdRef, DNSServiceFlags flags, uint3… 29 static DNSServiceErrorType (*dnssd_register)(DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t … 30 static DNSServiceErrorType (*dnssd_remove_record)(DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSS… 31 static DNSServiceErrorType (*dnssd_resolve)(DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t i… 32 static DNSServiceErrorType (*dnssd_update_record)(DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSS… [all …]
|
D | dns_sd.h | 636 typedef int32_t DNSServiceErrorType; typedef 663 DNSServiceErrorType DNSSD_API DNSServiceGetProperty 746 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef); 824 DNSServiceErrorType errorCode, 859 DNSServiceErrorType DNSSD_API DNSServiceEnumerateDomains 914 DNSServiceErrorType errorCode, 1024 DNSServiceErrorType DNSSD_API DNSServiceRegister 1079 DNSServiceErrorType DNSSD_API DNSServiceAddRecord 1120 DNSServiceErrorType DNSSD_API DNSServiceUpdateRecord 1152 DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | dns_sd.h | 636 typedef int32_t DNSServiceErrorType; typedef 663 DNSServiceErrorType DNSSD_API DNSServiceGetProperty 746 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef); 824 DNSServiceErrorType errorCode, 859 DNSServiceErrorType DNSSD_API DNSServiceEnumerateDomains 914 DNSServiceErrorType errorCode, 1024 DNSServiceErrorType DNSSD_API DNSServiceRegister 1079 DNSServiceErrorType DNSSD_API DNSServiceAddRecord 1120 DNSServiceErrorType DNSSD_API DNSServiceUpdateRecord 1152 DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord [all …]
|
D | dnssd_clientstub.c | 110 DNSServiceErrorType cb_err; 423 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, … in ConnectToServer() 554 static DNSServiceErrorType deliver_request(ipc_msg_hdr *hdr, DNSServiceOp *sdr) in deliver_request() 561 DNSServiceErrorType err = kDNSServiceErr_Unknown; // Default for the "goto cleanup" cases in deliver_request() 818 static void CallbackWithError(DNSServiceRef sdRef, DNSServiceErrorType error) in CallbackWithError() 885 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef) in DNSServiceProcessResult() 1083 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *s… in DNSServiceGetProperty() 1091 DNSServiceErrorType err = ConnectToServer(&tmp, 0, getproperty_request, NULL, NULL, NULL); in DNSServiceGetProperty() 1140 DNSServiceErrorType DNSSD_API DNSServiceResolve in DNSServiceResolve() 1155 DNSServiceErrorType err; in DNSServiceResolve() [all …]
|
D | dnssd_clientshim.c | 107 DNSServiceErrorType DNSServiceProcessResult(DNSServiceRef sdRef) in DNSServiceProcessResult() 128 DNSServiceErrorType DNSServiceEnumerateDomains in DNSServiceEnumerateDomains() 222 DNSServiceErrorType DNSServiceRegister in DNSServiceRegister() 304 DNSServiceErrorType DNSServiceAddRecord in DNSServiceAddRecord() 325 DNSServiceErrorType DNSServiceUpdateRecord in DNSServiceUpdateRecord() 344 DNSServiceErrorType DNSServiceRemoveRecord in DNSServiceRemoveRecord() 397 DNSServiceErrorType DNSServiceBrowse in DNSServiceBrowse() 479 DNSServiceErrorType DNSServiceResolve in DNSServiceResolve() 581 DNSServiceErrorType DNSServiceCreateConnection(DNSServiceRef *sdRef) in DNSServiceCreateConnection() 587 DNSServiceErrorType DNSServiceRegisterRecord in DNSServiceRegisterRecord() [all …]
|
D | dnssd_clientlib.c | 102 DNSServiceErrorType DNSSD_API DNSServiceConstructFullName in DNSServiceConstructFullName() 201 DNSServiceErrorType DNSSD_API TXTRecordSetValue in TXTRecordSetValue() 246 DNSServiceErrorType DNSSD_API TXTRecordRemoveValue in TXTRecordRemoveValue() 311 DNSServiceErrorType DNSSD_API TXTRecordGetItemAtIndex in TXTRecordGetItemAtIndex()
|
D | uds_daemon.c | 232 DNSServiceErrorType error; // Note: This field is in NETWORK byte order 422 len += sizeof(DNSServiceErrorType); in GenerateNTDResponse() 465 len += sizeof(DNSServiceErrorType); in GenerateBonjourBrowserResponse() 901 int len = sizeof(DNSServiceFlags) + sizeof(mDNSu32) + sizeof(DNSServiceErrorType); in regrecord_callback() 2256 len += sizeof(DNSServiceErrorType); in resolve_result_callback() 2642 DNSServiceErrorType error = kDNSServiceErr_NoError; in queryrecord_result_callback() 2806 len += sizeof(DNSServiceErrorType); in queryrecord_result_callback() 3064 const char *domain, DNSServiceFlags flags, mDNSu32 ifi, DNSServiceErrorType err) in format_enumeration_reply() 3072 len += sizeof(DNSServiceErrorType); in format_enumeration_reply() 3265 replyLen += sizeof(DNSServiceErrorType); in port_mapping_create_request_callback()
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.h | 248 DNSServiceErrorType errorCode, 261 DNSServiceErrorType errorCode, 278 DNSServiceErrorType errorCode, 295 DNSServiceErrorType errorCode, 310 DNSServiceErrorType errorCode, 328 DNSServiceErrorType errorCode, 343 DNSServiceErrorType errorCode, 360 DNSServiceErrorType errorCode, 368 ShouldHandleReply( DNSServiceErrorType errorCode, CDNSSDEventManager *& eventManager );
|
D | DNSSDService.cpp | 68 DNSServiceErrorType err = 0; in FinalConstruct() 190 DNSServiceErrorType err = 0; in EnumerateDomains() 284 DNSServiceErrorType err = 0; in Browse() 394 DNSServiceErrorType err = 0; in Resolve() 514 DNSServiceErrorType err = 0; in Register() 648 DNSServiceErrorType err = 0; in QueryRecord() 754 DNSServiceErrorType err = 0; in RegisterRecord() 864 DNSServiceErrorType err = 0; in AddRecord() 960 DNSServiceErrorType err = 0; in ReconfirmRecord() 1016 DNSServiceErrorType err = 0; in GetProperty() [all …]
|
D | DNSSD.cpp | 21 DNSServiceErrorType err = 0; in Browse() 77 DNSServiceErrorType err = 0; in Resolve() 132 DNSServiceErrorType err = 0; in EnumerateDomains() 184 DNSServiceErrorType err = 0; in Register() 252 DNSServiceErrorType err = 0; in QueryRecord() 304 DNSServiceErrorType err = 0; in GetAddrInfo() 355 DNSServiceErrorType err = 0; in CreateConnection() 398 DNSServiceErrorType err = 0; in NATPortMappingCreate() 449 DNSServiceErrorType err = 0; in GetProperty() 489 DNSServiceErrorType errorCode, in DomainEnumReply() [all …]
|
D | TXTRecord.cpp | 48 DNSServiceErrorType err; in SetValue() 110 DNSServiceErrorType err; in RemoveValue() 278 DNSServiceErrorType err; in GetKeyAtIndex() 324 DNSServiceErrorType err; in GetValueAtIndex()
|
D | DNSSDRecord.cpp | 44 DNSServiceErrorType err = 0; in Update() 82 DNSServiceErrorType err = 0; in Remove()
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.h | 326 DNSServiceErrorType errorCode, 336 DNSServiceErrorType errorCode, 349 DNSServiceErrorType errorCode, 362 DNSServiceErrorType errorCode, 377 DNSServiceErrorType errorCode, 387 DNSServiceErrorType errorCode,
|
D | dnssd_NET.cpp | 444 DNSServiceErrorType errorCode, in EnumerateDomainsCallback() 471 DNSServiceErrorType errorCode, in RegisterCallback() 501 DNSServiceErrorType errorCode, in BrowseCallback() 531 DNSServiceErrorType errorCode, in ResolveCallback() 577 DNSServiceErrorType errorCode, in RegisterRecordCallback() 613 DNSServiceErrorType errorCode, in QueryRecordCallback() 1050 DNSServiceErrorType err; in SetValue() 1075 DNSServiceErrorType err; in RemoveValue() 1183 DNSServiceErrorType err;
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 341 DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() 417 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_resolve() 477 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_browse() 494 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() 547 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in resolve_reply() 575 DNSServiceErrorType err = kDNSServiceErr_Unknown; in myTimerCallBack() 633 …NSSD_API reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorType errorCode, in reg_reply() 679 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in qr_reply() 760 …eply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, … in port_mapping_create_reply() 784 …SServiceRef sdref, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … in addrinfo_reply() [all …]
|
/external/libcups/backend/ |
D | dnssd.c | 85 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 86 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 107 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 383 DNSServiceErrorType status; /* DNS query status */ in main() 548 DNSServiceErrorType errorCode, /* I - Error, if any */ in browse_callback() 584 DNSServiceErrorType errorCode, /* I - Error, if any */ in browse_local_callback() 958 DNSServiceErrorType errorCode, /* I - Error, if any */
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ConfigPropertySheet.h | 84 DNSServiceErrorType errorCode,
|
D | ConfigPropertySheet.cpp | 256 DNSServiceErrorType errorCode, in BrowseDomainsReply()
|
/external/libcups/scheduler/ |
D | dirsvc.c | 67 DNSServiceErrorType errorCode, 157 DNSServiceErrorType error; /* Error from service creation */ in cupsdStartBrowsing() 920 DNSServiceErrorType errorCode, /* I - Error code */ in dnssdRegisterCallback() 1358 DNSServiceErrorType sdErr; /* Service discovery error */ in dnssdUpdate()
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 577 DNSServiceErrorType error_code, 852 DNSServiceErrorType errcode; in mdns_lookup_name() 940 DNSServiceErrorType errcode; in mdns_lookup_addr() 1063 DNSServiceErrorType error_code, in mdns_lookup_callback()
|
/external/libcups/tools/ |
D | ippfind.c | 147 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 148 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 177 …SServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, … 1475 DNSServiceErrorType errorCode, /* I - Error, if any */ in browse_callback() 1508 DNSServiceErrorType errorCode, /* I - Error, if any */ in browse_local_callback() 2543 DNSServiceErrorType errorCode, /* I - Error, if any */ in resolve_callback()
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 159 DNSServiceErrorType inErrorCode, 173 DNSServiceErrorType inErrorCode, 1155 DNSServiceErrorType inErrorCode, in QueryRecordCallback4() 1242 DNSServiceErrorType inErrorCode, in QueryRecordCallback6()
|
/external/libcups/cups/ |
D | dest.c | 167 DNSServiceErrorType errorCode, 199 DNSServiceErrorType errorCode, 2565 DNSServiceErrorType errorCode, /* I - Error, if any */ in cups_dnssd_browse_cb() 2911 DNSServiceErrorType errorCode, /* I - Error, if any */ in cups_dnssd_query_cb()
|
D | http-support.c | 115 DNSServiceErrorType errorCode, 2278 DNSServiceErrorType errorCode, /* I - Error, if any */ in http_resolve_cb()
|