Searched refs:auth_iovec (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c130 if (b->auth_index >= ELEMENTSOF(b->auth_iovec))
133 for (i = b->auth_index; i < ELEMENTSOF(b->auth_iovec); i++) {
134 struct iovec *j = b->auth_iovec + i;
153 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
158 mh.msg_iov = b->auth_iovec + b->auth_index;
159 mh.msg_iovlen = ELEMENTSOF(b->auth_iovec) - b->auth_index;
164 k = writev(b->output_fd, b->auth_iovec + b->auth_index, ELEMENTSOF(b->auth_iovec) - b->auth_index);
171 iovec_advance(b->auth_iovec,
[all...]
H A Dbus-internal.h257 struct iovec auth_iovec[3]; member in struct:sd_bus

Completed in 800 milliseconds