Searched refs:fd_send (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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/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 | 395 fd_send(int sock, const int *fds, size_t nfds) in fd_send() function
|
| /freebsd/lib/libnv/tests/ |
| H A D | nvlist_send_recv_test.c | 706 ATF_REQUIRE_EQ(fd_send(fd, fds, 1), 0); in ATF_TC_BODY()
|
| /freebsd/sys/contrib/libnv/ |
| H A D | nvlist.c | 1263 if (fd_send(sock, fds, nfds) == -1) in nvlist_send()
|