Searched refs:MAX_FDS_OUT (Results 1 – 1 of 1) sorted by relevance
56 #define MAX_FDS_OUT 28 macro57 #define CLEN (CMSG_LEN(MAX_FDS_OUT * sizeof(int32_t)))225 if (size > MAX_FDS_OUT * sizeof(int32_t)) in build_cmsg()226 size = MAX_FDS_OUT * sizeof(int32_t); in build_cmsg()307 close_fds(&connection->fds_out, MAX_FDS_OUT); in wl_connection_flush()417 if (wl_buffer_size(&connection->fds_out) == MAX_FDS_OUT * sizeof fd) { in wl_connection_put_fd()