Lines Matching refs:unique
149 // unique within the scope of the same shared parent DNSServiceRef
171 uint32_t record_index; // index is unique to the ServiceDiscoveryRef
2267 unsigned int i, unique;
2294 unique = 0;
2311 // Sum of all bytes in the local address and port should result in a unique
2314 unique += ptr[i];
2315 unique += sl->sin_port;
2335 unique += ptr[i];
2336 unique += sl6->sin6_port;
2350 len = snprintf(name, sizeof(name), "%u", unique);
2353 syslog(LOG_WARNING, "DNSServiceSleepKeepalive could not fit unique");