Searched refs:auth_suffix (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
644 auth_suffix = "\r\nNEGOTIATE_UNIX_FD\r\nBEGIN\r\n";
646 auth_suffix = "\r\nBEGIN\r\n";
652 b->auth_iovec[2].iov_base = (void*) auth_suffix;
653 b->auth_iovec[2].iov_len = strlen(auth_suffix);

Completed in 2956 milliseconds