From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 26 08:58:23 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58A7816A4CE for ; Sat, 26 Feb 2005 08:58:23 +0000 (GMT) Received: from panther.cs.ucla.edu (Panther.CS.UCLA.EDU [131.179.128.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1387C43D55 for ; Sat, 26 Feb 2005 08:58:23 +0000 (GMT) (envelope-from yanyu@CS.UCLA.EDU) Received: from localhost (yanyu@localhost)j1Q8wMa13028 for ; Sat, 26 Feb 2005 00:58:22 -0800 (PST) Date: Sat, 26 Feb 2005 00:58:22 -0800 (PST) From: Yan Yu To: freebsd-hackers@freebsd.org In-Reply-To: <20050226072645.76950.qmail@web26802.mail.ukl.yahoo.com> Message-ID: References: <20050226072645.76950.qmail@web26802.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: send file descriptor via ipc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 08:58:23 -0000 Hello, there, I am looking for the function that handle send/recv file descriptors through sendmsg/recvmsg? by looking through source files, unp_internalize/unp_externalize in kern/uipc-usrreq.c seems relevant.. but i am not sure since i could not guess the meaning of the function name.. (btw, what is "unp", the prefix in the function name stands for?) Can someone please confirm if it is the right function or point me to the right one i should look at? many thanks, yan