Searched refs:DNSSD_API (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h97 #define DNSSD_API __stdcall macro
99 #define DNSSD_API macro
663 DNSServiceErrorType DNSSD_API DNSServiceGetProperty
725 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef);
746 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef);
775 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
819 typedef void (DNSSD_API *DNSServiceDomainEnumReply)
859 DNSServiceErrorType DNSSD_API DNSServiceEnumerateDomains
910 typedef void (DNSSD_API *DNSServiceRegisterReply)
1024 DNSServiceErrorType DNSSD_API DNSServiceRegiste
[all...]
H A Ddnssd_clientlib.c102 DNSServiceErrorType DNSSD_API DNSServiceConstructFullName
183 void DNSSD_API TXTRecordCreate
196 void DNSSD_API TXTRecordDeallocate(TXTRecordRef *txtRecord)
201 DNSServiceErrorType DNSSD_API TXTRecordSetValue
246 DNSServiceErrorType DNSSD_API TXTRecordRemoveValue
263 uint16_t DNSSD_API TXTRecordGetLength (const TXTRecordRef *txtRecord) { return(txtRec->datalen); }
264 const void * DNSSD_API TXTRecordGetBytesPtr(const TXTRecordRef *txtRecord) { return(txtRec->buffer); }
272 int DNSSD_API TXTRecordContainsKey
283 const void * DNSSD_API TXTRecordGetValuePtr
298 uint16_t DNSSD_API TXTRecordGetCoun
[all...]
H A Ddnssd_clientstub.c790 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef)
878 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef)
1008 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef)
1076 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *size)
1133 DNSServiceErrorType DNSSD_API DNSServiceResolve
1205 DNSServiceErrorType DNSSD_API DNSServiceQueryRecord
1300 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo
1351 DNSServiceErrorType DNSSD_API DNSServiceBrowse
1401 DNSServiceErrorType DNSSD_API DNSSetHostname
1433 DNSServiceErrorType DNSSD_API DNSServiceSetDefaultDomainForUse
[all...]
H A Ddnssd_clientshim.c708 static void DNSSD_API DNSServiceGetAddrInfoResponse(
735 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo(
782 DNSServiceErrorType DNSSD_API DNSServiceReconfirmRecord
/external/mdnsresponder/Clients/
H A Ddns-sd.c340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex,
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,
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)
916 static void DNSSD_API MyRegisterRecordCallbac
[all...]

Completed in 85 milliseconds