Searched refs:sl6 (Results 1 – 1 of 1) sorted by relevance
2303 struct sockaddr_in6 *sl6 = (struct sockaddr_in6 *)&lss; in DNSServiceSleepKeepalive() local2305 unsigned char *ptr = (unsigned char *)&sl6->sin6_addr; in DNSServiceSleepKeepalive()2312 if (!inet_ntop(AF_INET6, (const void *)&sl6->sin6_addr, source_str, sizeof (source_str))) in DNSServiceSleepKeepalive()2319 unique += sl6->sin6_port; in DNSServiceSleepKeepalive()2320 …f) - 1, "t=%u H=%s D=%s l=%u r=%u", timeout, source_str, target_str, ntohs(sl6->sin6_port), ntohs(… in DNSServiceSleepKeepalive()