Searched refs:fds_num (Results 1 – 3 of 3) sorted by relevance
638 unsigned int fds_num) in os_sendmsg_fds() argument648 unsigned int fds_size = sizeof(*fds) * fds_num; in os_sendmsg_fds()658 if (fds_num > OS_SENDMSG_MAX_FDS) in os_sendmsg_fds()
79 const int *fds, unsigned int fds_num) in full_sendmsg_fds() argument84 rc = os_sendmsg_fds(fd, buf, len, fds, fds_num); in full_sendmsg_fds()89 fds_num = 0; in full_sendmsg_fds()
182 const int *fds, unsigned int fds_num);
Completed in 10 milliseconds