Searched refs:dns_ok (Results 1 – 1 of 1) sorted by relevance
77 static int dns_ok = 0; variable86 dns_ok = dns_err = 0; in dns_gethostbyname_cb()141 dns_ok = type; in dns_gethostbyname_cb()153 dns_ok = 0; in dns_gethostbyname()157 tt_int_op(dns_ok, ==, DNS_IPv4_A); in dns_gethostbyname()158 test_ok = dns_ok; in dns_gethostbyname()166 dns_ok = 0; in dns_gethostbyname6()170 if (!dns_ok && dns_err == DNS_ERR_TIMEOUT) { in dns_gethostbyname6()174 tt_int_op(dns_ok, ==, DNS_IPv6_AAAA); in dns_gethostbyname6()185 dns_ok = 0; in dns_gethostbyaddr()[all …]