> On Dec 5, 2022, at 10:24 AM, Michael van Elst <[email protected]> wrote: > > [email protected] (Brook Milligan) writes: > >>> On Dec 4, 2022, at 3:16 PM, Michael van Elst <[email protected]> = >> wrote: >>> socketpair(PF_LOCAL, SOCK_SEQPACKET, 0, &pair); >>> setsockopt(3, SOL_SOCKET, SO_PASSCRED, &val, sizeof(val)); > >> Thanks. Where should I have been looking to find this easily? > > In Linux manual pages (also in NetBSD manual pages) you find > the calling signature of these functions and what kind of > parameters they get.
Thanks. I got part way through this, but could not find where the linux values were defined. I appreciate the help. Cheers, Brook
