Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:property

1076 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *size)
1079 size_t len = strlen(property) + 1;
1090 put_string(property, &ptr);
1101 if (!strcmp(property, kDNSServiceProperty_DaemonVersion) && *size >= 4)