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

  /external/mdnsresponder/mDNSShared/
dns_sd.h     [all...]
dnssd_clientstub.c 154 DNSServiceRegisterRecordReply AppCallback;
    [all...]
dnssd_clientshim.c 599 DNSServiceRegisterRecordReply callback,
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 353 DNSServiceRegisterRecordReply callBack,
357 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint32_t, const char*, uint16_t, uint16_t, uint16_t, const void*, uint16_t, DNSServiceRegisterRecordReply, void* );
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 960 int err = DNSServiceRegisterRecord(sdRef->m_impl->m_ref, &record->m_impl->m_ref, flags, interfaceIndex, pFullname->c_str(), rrtype, rrclass, len, v, ttl, (DNSServiceRegisterRecordReply) ServiceRef::ServiceRefImpl::RegisterRecordCallback, sdRef->m_impl);

Completed in 928 milliseconds