Searched refs:fd_bytes (Results 1 – 1 of 1) sorted by relevance
208 const size_t fd_bytes = file_handles_.size() * sizeof(int); in Send() local210 (fd_bytes == 0 ? 0 : CMSG_SPACE(fd_bytes)); in Send()222 if (fd_bytes) { in Send()225 control->cmsg_len = CMSG_LEN(fd_bytes); in Send()226 memcpy(CMSG_DATA(control), file_handles_.data(), fd_bytes); in Send()