HomeSort by relevance Sort by last modified time
    Searched refs:DNSSD_API (Results 1 - 16 of 16) 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 790 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef)
    [all...]
dnssd_clientshim.c 708 static void DNSSD_API DNSServiceGetAddrInfoResponse(
735 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo(
782 DNSServiceErrorType DNSSD_API DNSServiceReconfirmRecord
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 83 int DNSSD_API
86 typedef int (DNSSD_API * Func)(DNSServiceRef sdRef);
99 DNSServiceErrorType DNSSD_API
102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef);
115 void DNSSD_API
118 typedef void (DNSSD_API * Func)(DNSServiceRef sdRef);
128 DNSServiceErrorType DNSSD_API
138 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServiceDomainEnumReply, void* );
151 DNSServiceErrorType DNSSD_API
168 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const char*, const char*, const char*, const ch (…)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.h 242 static void DNSSD_API
255 static void DNSSD_API
270 static void DNSSD_API
290 static void DNSSD_API
304 static void DNSSD_API
322 static void DNSSD_API
337 static void DNSSD_API
354 static void DNSSD_API
DNSSDService.cpp 1368 void DNSSD_API
1443 void DNSSD_API
1524 void DNSSD_API
1638 void DNSSD_API
1712 void DNSSD_API
1784 void DNSSD_API
1901 void DNSSD_API
1954 void DNSSD_API
DNSSD.cpp 483 void DNSSD_API
534 void DNSSD_API
591 void DNSSD_API
668 void DNSSD_API
721 void DNSSD_API
775 void DNSSD_API
850 void DNSSD_API
  /system/core/adb/
transport_mdns.cpp 48 static void DNSSD_API register_service_ip(DNSServiceRef sdRef,
159 static void DNSSD_API register_service_ip(DNSServiceRef /*sdRef*/,
173 static void DNSSD_API register_resolved_mdns_service(DNSServiceRef sdRef,
210 static void DNSSD_API register_resolved_mdns_service(DNSServiceRef sdRef,
243 static void DNSSD_API register_mdns_transport(DNSServiceRef sdRef,
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 320 static void DNSSD_API
331 static void DNSSD_API
343 static void DNSSD_API
356 static void DNSSD_API
371 static void DNSSD_API
381 static void DNSSD_API
    [all...]
dnssd_NET.cpp 438 void DNSSD_API
466 void DNSSD_API
495 void DNSSD_API
525 void DNSSD_API
571 void DNSSD_API
607 void DNSSD_API
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigPropertySheet.h 78 static void DNSSD_API
ConfigPropertySheet.cpp 250 void DNSSD_API
  /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...]
  /external/libcups/cups/
http-support.c 116 static void DNSSD_API http_resolve_cb(DNSServiceRef sdRef,
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 230 typedef DNSServiceErrorType ( DNSSD_API *DNSServiceRegisterFunc )
247 typedef void ( DNSSD_API *DNSServiceRefDeallocateFunc )( DNSServiceRef sdRef );
    [all...]

Completed in 736 milliseconds