Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h77 #define BUS_ERROR_STUB_LOOP "org.freedesktop.resolve1.StubLoop" macro
Dbus-common-errors.c79 SD_BUS_ERROR_MAP(BUS_ERROR_STUB_LOOP, ELOOP),
/systemd-251/src/resolve/
Dresolved-bus.c169 … return reply_method_errorf(q, BUS_ERROR_STUB_LOOP, "Configured DNS server loops back to us"); in reply_query_state()