libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
UnixOptions.cxx
1
// cosmos
2
#include <cosmos/net/UnixOptions.hxx>
3
#include <
cosmos/private/sockopts.hxx
>
4
5
namespace
cosmos {
6
7
UnixCredentials
UnixOptions::credentials
()
const
{
8
UnixCredentials
ret;
9
getsockopt(
m_sock
,
M_LEVEL
,
OptName
{SO_PEERCRED}, &ret,
sizeof
(ret));
10
return
ret;
11
}
12
13
};
// end ns
cosmos::SockOptBase< OptLevel::SOCKET >::M_LEVEL
static constexpr OptLevel M_LEVEL
Definition
SockOptBase.hxx:60
cosmos::SockOptBase< OptLevel::SOCKET >::m_sock
FileDescriptor m_sock
Definition
SockOptBase.hxx:61
cosmos::UnixOptions::credentials
UnixCredentials credentials() const
Returns the credentials of the peer process.
Definition
UnixOptions.cxx:7
cosmos::OptName
OptName
Representation of socket option names.
Definition
types.hxx:103
sockopts.hxx
cosmos::UnixCredentials
User and group credentials of a peer process.
Definition
unix_aux.hxx:29
src
net
UnixOptions.cxx
Generated by
1.12.0