I'm trying to find out how to set up a "stream pipe" between two arbitrary processes. In particular, I want to pass file descriptors using the I_SENDFD option on an ioctl (streamio(7)). The Streams Programmer's Guide I have mentions this construct (Appendix B-6), and then says "The means by which such a structure is created is not described in this document."