Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.c396 fd_send(int sock, const int *fds, size_t nfds) in fd_send() function
/freebsd-14.2/sys/contrib/libnv/
H A Dnvlist.c1265 if (fd_send(sock, fds, nfds) == -1) in nvlist_send()