Searched refs:source_str (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 2238 char source_str[INET6_ADDRSTRLEN]; in DNSServiceSleepKeepalive() local 2289 if (!inet_ntop(AF_INET, (const void *)&sl->sin_addr, source_str, sizeof (source_str))) in DNSServiceSleepKeepalive() 2299 …len = snprintf(buf+1, sizeof(buf) - 1, "t=%u h=%s d=%s l=%u r=%u", timeout, source_str, target_str… in DNSServiceSleepKeepalive() 2312 if (!inet_ntop(AF_INET6, (const void *)&sl6->sin6_addr, source_str, sizeof (source_str))) in DNSServiceSleepKeepalive() 2320 …len = snprintf(buf+1, sizeof(buf) - 1, "t=%u H=%s D=%s l=%u r=%u", timeout, source_str, target_str… in DNSServiceSleepKeepalive()
|