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

  /external/avahi/avahi-compat-libdns_sd/
null-test.c 48 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
49 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NULL);
50 DNSServiceRegister(&ref3, 0, 0, "subtype #2", "_simple._tcp,_subtype1,_subtype2", NULL, NULL, 4711, 0, NULL, NULL, NULL);
52 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "_simple._tcp,,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
54 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "", NULL, NULL, 4711, 0, NULL, NULL, NULL);
56 DNSServiceRegister(&ref4, 0, 0, "subtype #3", ",", NULL, NULL, 4711, 0, NULL, NULL, NULL);
58 DNSServiceRegister(&ref4, 0, 0, "subtype #3", ",,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
dns_sd.h 426 * if the reference was initialized with DNSServiceRegister, and an extra resource record was
545 * sdRef: The DNSServiceRef initialized by DNSServiceRegister().
555 * DNSServiceRegister(), this indicates what name was automatically chosen).
560 * specify a domain in DNSServiceRegister(), this indicates the default domain
579 /* DNSServiceRegister() Parameters:
632 * As with the other parameters, the DNSServiceRegister call copies the txtRecord
634 * then you can safely free that memory right after the DNSServiceRegister call returns.
652 DNSServiceErrorType DNSSD_API DNSServiceRegister
    [all...]
compat.c 1083 DNSServiceErrorType DNSSD_API DNSServiceRegister (
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h     [all...]
dnssd_clientshim.c 222 DNSServiceErrorType DNSServiceRegister
dnssd_clientstub.c 407 // DNSRecords may have been added to subordinate sdRef e.g., DNSServiceRegister/DNSServiceAddRecord
    [all...]
uds_daemon.c 667 #pragma mark - DNSServiceRegister
778 (result == mStatus_NoError) ? "%s DNSServiceRegister(%##s, %u) REGISTERED" :
779 (result == mStatus_MemFree) ? "%s DNSServiceRegister(%##s, %u) DEREGISTERED" :
780 (result == mStatus_NameConflict) ? "%s DNSServiceRegister(%##s, %u) NAME CONFLICT" :
781 "%s DNSServiceRegister(%##s, %u) %s %d";
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 175 DNSServiceErrorType result = DNSServiceRegister(ref, interfaceInt, nativeFlags, serviceName,
179 ALOGE("service register request %d got an error from DNSServiceRegister %d", requestId,
183 "serviceRegister request got an error from DNSServiceRegister", false);

Completed in 194 milliseconds