Searched defs:auth_prefix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c619 const char *auth_suffix, *auth_prefix; local
624 auth_prefix = "\0AUTH ANONYMOUS ";
632 auth_prefix = "\0AUTH EXTERNAL ";
648 b->auth_iovec[0].iov_base = (void*) auth_prefix;
649 b->auth_iovec[0].iov_len = 1 + strlen(auth_prefix + 1);

Completed in 9 milliseconds