From owner-freebsd-questions Thu Mar 14 21:59:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03814 for questions-outgoing; Thu, 14 Mar 1996 21:59:13 -0800 (PST) Received: from ovid.icis.qut.edu.au (ovid.icis.qut.edu.au [131.181.70.41]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA03804 for ; Thu, 14 Mar 1996 21:58:46 -0800 (PST) Received: from russell.icis.qut.edu.au (steve@russell.icis.qut.edu.au [131.181.70.49]) by ovid.icis.qut.edu.au (8.7.1/8.7.1) with ESMTP id PAA03920 for ; Fri, 15 Mar 1996 15:56:35 GMT Received: (from steve@localhost) by russell.icis.qut.edu.au (8.7.1/8.7.1) id PAA09189 for questions@FreeBSD.ORG; Fri, 15 Mar 1996 15:57:36 +1000 (EST) Date: Fri, 15 Mar 1996 15:57:36 +1000 (EST) From: Steve Milliner Message-Id: <199603150557.PAA09189@russell.icis.qut.edu.au> To: questions@FreeBSD.ORG Subject: Domain sockets / passing fd X-Sun-Charset: US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm trying to run some sockets programs on my FreeBsd PC - but can't figure out the msghdr structure (I keep getting invalid parameter errors at run time) -- can anybody supply me with a function for passing and receiving file descriptors using sendmsg and recvmsg (comparable with Stevens "sendfile" & "recvfile") ?? Regs Stephen Milliner