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

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c2237 char target_str[INET6_ADDRSTRLEN]; local
2282 if (!inet_ntop(AF_INET, (const void *)&sr->sin_addr, target_str, sizeof (target_str)))
2297 len = snprintf(buf+1, sizeof(buf) - 1, "t=%u h=%s d=%s l=%u r=%u", timeout, source_str, target_str, ntohs(sl->sin_port), ntohs(sr->sin_port));
2305 if (!inet_ntop(AF_INET6, (const void *)&sr6->sin6_addr, target_str, sizeof (target_str)))
2318 len = snprintf(buf+1, sizeof(buf) - 1, "t=%u H=%s D=%s l=%u r=%u", timeout, source_str, target_str, ntohs(sl6->sin6_port), ntohs(sr6->sin6_port));

Completed in 78 milliseconds