Searched refs:fds_num (Results 1 – 3 of 3) sorted by relevance
644 unsigned int fds_num) in os_sendmsg_fds() argument654 unsigned int fds_size = sizeof(*fds) * fds_num; in os_sendmsg_fds()664 if (fds_num > OS_SENDMSG_MAX_FDS) in os_sendmsg_fds()
180 const int *fds, unsigned int fds_num);
81 const int *fds, unsigned int fds_num) in full_sendmsg_fds() argument86 rc = os_sendmsg_fds(fd, buf, len, fds, fds_num); in full_sendmsg_fds()91 fds_num = 0; in full_sendmsg_fds()
Completed in 9 milliseconds