Searched refs:fd_send (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | socketpair3.sh | 52 extern int fd_send(int sock, const int *fds, size_t nfds); 81 if (fd_send(sock[1], &sock_child[0], 1) != 0)
|
| /freebsd-14.2/lib/libnv/ |
| H A D | msgio.h | 44 int fd_send(int sock, const int *fds, size_t nfds);
|
| H A D | Version.map | 254 fd_send;
|
| H A D | msgio.c | 396 fd_send(int sock, const int *fds, size_t nfds) in fd_send() function
|
| /freebsd-14.2/sys/contrib/libnv/ |
| H A D | nvlist.c | 1265 if (fd_send(sock, fds, nfds) == -1) in nvlist_send()
|