HomeSort by relevance Sort by last modified time
    Searched refs:DNSSD_API (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSShared/
dns_sd.h 97 #define DNSSD_API __stdcall
99 #define DNSSD_API
    [all...]
dnssd_clientlib.c 102 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...]
dnssd_clientstub.c 789 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef)
    [all...]
dnssd_clientshim.c 693 static void DNSSD_API DNSServiceGetAddrInfoResponse(
720 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo(
767 DNSServiceErrorType DNSSD_API DNSServiceReconfirmRecord
  /external/mdnsresponder/Clients/
dns-sd.c 340 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)
    [all...]

Completed in 212 milliseconds