Searched defs:test_hostname_lookup (Results 1 - 1 of 1) sorted by relevance
| /systemd/src/resolve/ |
| H A D | test-dnssec-complex.c | 89 static void test_hostname_lookup(sd_bus *bus, const char *name, int family, const char *result) { function 141 test_hostname_lookup(bus, "www.eurid.eu", AF_UNSPEC, NULL); 144 test_hostname_lookup(bus, "sigok.verteiltesysteme.net", AF_UNSPEC, NULL); 152 test_hostname_lookup(bus, "sigfail.verteiltesysteme.net", AF_INET, BUS_ERROR_DNSSEC_FAILED); 156 test_hostname_lookup(bus, ".wilda.rhybar.0skar.cz", AF_INET, BUS_ERROR_DNSSEC_FAILED); 160 test_hostname_lookup(bus, ".wilda.rhybar.ecdsa.0skar.cz", AF_INET, BUS_ERROR_DNSSEC_FAILED); 164 test_hostname_lookup(bus, "hhh.nasa.gov", AF_UNSPEC, _BUS_ERROR_DNS "NXDOMAIN"); 168 test_hostname_lookup(bus, ".wilda.nsec.0skar.cz", AF_INET, NULL); 175 test_hostname_lookup(bus, ".wilda.0skar.cz", AF_INET, NULL); 182 test_hostname_lookup(bu [all...] |
Completed in 525 milliseconds