Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-server.c20 bool client_anonymous_auth; member
117 assert_se(sd_bus_set_anonymous(bus, c->client_anonymous_auth) >= 0); in client()
138 bool client_anonymous_auth, bool server_anonymous_auth) { in test_one() argument
151 c.client_anonymous_auth = client_anonymous_auth; in test_one()