Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/
H A Dstr2host.c2109 char ipv4_str[16]; in parse_svcparam_ipv4hint() local
2122 memcpy(ipv4_str, ipv4_start, len); in parse_svcparam_ipv4hint()
2123 ipv4_str[len] = 0; in parse_svcparam_ipv4hint()
2124 if (inet_pton(AF_INET, ipv4_str, *dp) != 1) in parse_svcparam_ipv4hint()