Searched refs:BUS_ERROR_NO_SUCH_RR (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/resolve/ |
D | test-dnssec-complex.c | 129 test_rr_lookup(bus, "www.eurid.eu", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 130 test_rr_lookup(bus, "sigok.verteiltesysteme.net", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 158 test_rr_lookup(bus, ".wilda.nsec.0skar.cz", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 165 test_rr_lookup(bus, ".wilda.0skar.cz", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 173 test_rr_lookup(bus, ".wild.nsec.0skar.cz", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 181 test_rr_lookup(bus, ".wild.0skar.cz", DNS_TYPE_RP, BUS_ERROR_NO_SUCH_RR); in main() 184 test_rr_lookup(bus, "herndon.nasa.gov", DNS_TYPE_A, BUS_ERROR_NO_SUCH_RR); in main() 185 test_hostname_lookup(bus, "herndon.nasa.gov", AF_UNSPEC, BUS_ERROR_NO_SUCH_RR); in main() 186 test_hostname_lookup(bus, "herndon.nasa.gov", AF_INET, BUS_ERROR_NO_SUCH_RR); in main() 187 test_hostname_lookup(bus, "herndon.nasa.gov", AF_INET6, BUS_ERROR_NO_SUCH_RR); in main()
|
D | resolved-bus.c | 306 …r = reply_method_errorf(q, BUS_ERROR_NO_SUCH_RR, "'%s' does not have any RR of the requested type"… in bus_method_resolve_hostname_complete() 396 …return sd_bus_reply_method_errorf(m, BUS_ERROR_NO_SUCH_RR, "The specified address is not of the re… in parse_as_address() 398 …return sd_bus_reply_method_errorf(m, BUS_ERROR_NO_SUCH_RR, "The specified address interface index … in parse_as_address() 602 r = reply_method_errorf(q, BUS_ERROR_NO_SUCH_RR, in bus_method_resolve_address_complete() 767 …r = reply_method_errorf(q, BUS_ERROR_NO_SUCH_RR, "Name '%s' does not have any RR of the requested … in bus_method_resolve_record_complete() 1114 …r = reply_method_errorf(q, BUS_ERROR_NO_SUCH_RR, "'%s' does not have any RR of the requested type"… in resolve_service_all_complete() 1295 …r = reply_method_errorf(q, BUS_ERROR_NO_SUCH_RR, "'%s' does not have any RR of the requested type"… in bus_method_resolve_service_complete()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-common-errors.h | 66 #define BUS_ERROR_NO_SUCH_RR "org.freedesktop.resolve1.NoSuchRR" macro
|
D | bus-common-errors.c | 68 SD_BUS_ERROR_MAP(BUS_ERROR_NO_SUCH_RR, ENOENT),
|