recvfd
struct strrecvfd recvfd;
if (ioctl(p[0], I_RECVFD, &recvfd) == -1)
fd = recvfd.fd;
rc = recvfd(fds[0]);
int tosend = oclo_file(c), recvfd;
(void) memcpy(&recvfd, CMSG_DATA(cm), sizeof (recvfd));
oclo_record(c, recvfd, targ_flags, "SCM_RIGHTS");