/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 279 * DNSServiceErrorType error; [all...] |
dnssd_clientshim.c | 96 DNSServiceErrorType DNSServiceProcessResult(DNSServiceRef sdRef) 117 DNSServiceErrorType DNSServiceEnumerateDomains 207 DNSServiceErrorType DNSServiceRegister 289 DNSServiceErrorType DNSServiceAddRecord 310 DNSServiceErrorType DNSServiceUpdateRecord 329 DNSServiceErrorType DNSServiceRemoveRecord 382 DNSServiceErrorType DNSServiceBrowse 464 DNSServiceErrorType DNSServiceResolve 566 DNSServiceErrorType DNSServiceCreateConnection(DNSServiceRef *sdRef) 572 DNSServiceErrorType DNSServiceRegisterRecor [all...] |
dnssd_clientstub.c | 109 DNSServiceErrorType cb_err; 415 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext) 546 static DNSServiceErrorType deliver_request(ipc_msg_hdr *hdr, DNSServiceOp *sdr) 553 DNSServiceErrorType err = kDNSServiceErr_Unknown; // Default for the "goto cleanup" cases 810 static void CallbackWithError(DNSServiceRef sdRef, DNSServiceErrorType error) [all...] |
dnssd_clientlib.c | 102 DNSServiceErrorType DNSSD_API DNSServiceConstructFullName 201 DNSServiceErrorType DNSSD_API TXTRecordSetValue 246 DNSServiceErrorType DNSSD_API TXTRecordRemoveValue 311 DNSServiceErrorType DNSSD_API TXTRecordGetItemAtIndex
|
uds_daemon.c | 232 DNSServiceErrorType error; // Note: This field is in NETWORK byte order 422 len += sizeof(DNSServiceErrorType); 465 len += sizeof(DNSServiceErrorType); [all...] |
/system/netd/ |
MDnsSdListener.h | 28 uint32_t interfaceIndex, DNSServiceErrorType errorCode, 33 DNSServiceErrorType errorCode, const char *serviceName, const char *regType, 37 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, 41 DNSServiceErrorType errorCode, const char *hostname, void *inContext); 44 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname,
|
MDnsSdListener.cpp | 81 DNSServiceErrorType result = DNSServiceBrowse(ref, nativeFlags, interfaceInt, regType, 97 uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, 172 DNSServiceErrorType result = DNSServiceRegister(ref, interfaceInt, nativeFlags, serviceName, 190 DNSServiceErrorType errorCode, const char *serviceName, const char *regType, 227 DNSServiceErrorType result = DNSServiceResolve(ref, nativeFlags, interfaceInt, serviceName, 244 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, 282 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol, 299 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname, 341 DNSServiceErrorType result = DNSSetHostname(ref, nativeFlags, hostname, 357 DNSServiceErrorType errorCode, const char *hostname, void *inContext) [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | 341 DNSServiceErrorType errorCode, const char *replyDomain, void *context) 417 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, 477 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, 494 static void DNSSD_API browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, 547 static void DNSSD_API resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, 575 DNSServiceErrorType err = kDNSServiceErr_Unknown; 633 static void DNSSD_API reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorType errorCode, 679 static void DNSSD_API qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, 760 static void DNSSD_API port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint32_t publicAddress, uint32_t protocol, uint16_t privatePort, uint16_t publicPort, uint32_t ttl, void *context) 784 static void DNSSD_API addrinfo_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *hostname, const struct sockaddr *address, uint32_t ttl, void *context [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 577 DNSServiceErrorType error_code, 852 DNSServiceErrorType errcode; 940 DNSServiceErrorType errcode; 1063 DNSServiceErrorType error_code, [all...] |