Searched refs:DNSServiceRegister (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c50 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
51 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NULL);
52 DNSServiceRegister(&ref3, 0, 0, "subtype #2", "_simple._tcp,_subtype1,_subtype2", NULL, NULL, 4711, 0, NULL, NULL, NULL);
54 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "_simple._tcp,,", 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);
60 DNSServiceRegister(&ref4, 0, 0, "subtype #3", ",,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
H A Ddns_sd.h426 * 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
685 * sdRef: A DNSServiceRef initialized by DNSServiceRegister().
721 * - The primary txt record of a service registered via DNSServiceRegister()
[all...]
H A Dcompat.c1081 DNSServiceErrorType DNSSD_API DNSServiceRegister ( function

Completed in 44 milliseconds