Re: send file descriptor via ipc

2005-02-26 Thread Jiawei Ye
On Sat, 26 Feb 2005 01:39:07 -0800, John-Mark Gurney <[EMAIL PROTECTED]> wrote: > You can also look at unix(4) which has a brief description.. You must > use unix domain sockets in order to pass file descriptors, and so the > unp probably refers to UNix Protocol... but I could be wrong about > th

Re: send file descriptor via ipc

2005-02-26 Thread Robert Watson
On Sat, 26 Feb 2005, Yan Yu wrote: > 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 mea

Re: send file descriptor via ipc

2005-02-26 Thread John-Mark Gurney
Yan Yu wrote this message on Sat, Feb 26, 2005 at 00:58 -0800: > 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 a

send file descriptor via ipc

2005-02-26 Thread Yan Yu
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,