Home
last modified time | relevance | path

Searched refs:fd_send (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsocketpair3.sh52 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 Dmsgio.h44 int fd_send(int sock, const int *fds, size_t nfds);
H A DVersion.map254 fd_send;
H A Dmsgio.c395 fd_send(int sock, const int *fds, size_t nfds) in fd_send() function
/freebsd/lib/libnv/tests/
H A Dnvlist_send_recv_test.c706 ATF_REQUIRE_EQ(fd_send(fd, fds, 1), 0); in ATF_TC_BODY()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c1263 if (fd_send(sock, fds, nfds) == -1) in nvlist_send()