Go to the source code of this file.
◆ AF_LOCAL
◆ CMSG_ALIGN
| #define CMSG_ALIGN |
( |
|
len | ) |
|
Value: (((len) + sizeof (size_t) - 1) \
& ~(sizeof (size_t) - 1))
Definition at line 65 of file cmsg.h.
◆ CMSG_FIRSTHDR
| #define CMSG_FIRSTHDR |
( |
|
mhdr | ) |
|
Value:
? (struct
cmsghdr *) (mhdr)->msg_control : (
struct cmsghdr *)
nullptr)
Definition at line 59 of file cmsg.h.
◆ CMSG_LEN
◆ CMSG_NXTHDR
| #define CMSG_NXTHDR |
( |
|
mhdr, |
|
|
|
X |
|
) |
| __cmsg_nxthdr (mhdr, X) |
◆ CMSG_SPACE
| #define CMSG_SPACE |
( |
|
len | ) |
|
Value:
Definition at line 70 of file cmsg.h.
◆ HAVE_CONSTANT_CMSG_SPACE
| #define HAVE_CONSTANT_CMSG_SPACE 1 |
◆ SCM_CREDENTIALS
| #define SCM_CREDENTIALS 2 |
◆ SCM_RIGHTS
◆ SCM_SECURITY
◆ SQUID_CMSG_DATA
| #define SQUID_CMSG_DATA |
( |
|
cmsg | ) |
((cmsg)->cmsg_data) |
◆ SQUID_CMSG_SPACE
| #define SQUID_CMSG_SPACE |
( |
|
len | ) |
(sizeof(struct cmsghdr) + (len) + 16) |
◆ SUN_LEN
Value:
+ strlen ((ptr)->sun_path))
Definition at line 113 of file cmsg.h.