Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libnv/
H A Dmsgio.h46 int fd_send(int sock, const int *fds, size_t nfds);
H A Dmsgio.c398 fd_send(int sock, const int *fds, size_t nfds) in fd_send() function
/freebsd-13.1/sys/contrib/libnv/
H A Dnvlist.c1261 if (fd_send(sock, fds, nfds) == -1) in nvlist_send()