NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Debugging socket options
> On Dec 5, 2022, at 10:24 AM, Michael van Elst <mlelstv%serpens.de@localhost> wrote:
>
> brook%nmsu.edu@localhost (Brook Milligan) writes:
>
>>> On Dec 4, 2022, at 3:16 PM, Michael van Elst <mlelstv%serpens.de@localhost> =
>> 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
Home |
Main Index |
Thread Index |
Old Index