Searched refs:ipv6_str (Results 1 – 1 of 1) sorted by relevance
2147 char ipv6_str[INET6_ADDRSTRLEN]; in parse_svcparam_ipv6hint() local2160 memcpy(ipv6_str, ipv6_start, len); in parse_svcparam_ipv6hint()2161 ipv6_str[len] = 0; in parse_svcparam_ipv6hint()2162 if (inet_pton(AF_INET6, ipv6_str, *dp) != 1) in parse_svcparam_ipv6hint()