Home
last modified time | relevance | path

Searched refs:ipv6_str (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/ldns/
H A Dstr2host.c2146 char ipv6_str[INET6_ADDRSTRLEN]; in parse_svcparam_ipv6hint() local
2159 memcpy(ipv6_str, ipv6_start, len); in parse_svcparam_ipv6hint()
2160 ipv6_str[len] = 0; in parse_svcparam_ipv6hint()
2161 if (inet_pton(AF_INET6, ipv6_str, *dp) != 1) in parse_svcparam_ipv6hint()