cmsghdr            24 os/unix/ngx_channel.c         struct cmsghdr  cm;
cmsghdr           102 os/unix/ngx_channel.c         struct cmsghdr  cm;
cmsghdr            57 os/unix/ngx_freebsd_config.h #define CMSG_SPACE(l)       (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l))
cmsghdr            60 os/unix/ngx_freebsd_config.h #define CMSG_LEN(l)         (ALIGN(sizeof(struct cmsghdr)) + (l))
cmsghdr            63 os/unix/ngx_freebsd_config.h #define CMSG_DATA(cmsg)     ((u_char *)(cmsg) + ALIGN(sizeof(struct cmsghdr)))
cmsghdr           133 os/unix/ngx_posix_config.h #define CMSG_SPACE(l)       (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l))
cmsghdr           136 os/unix/ngx_posix_config.h #define CMSG_LEN(l)         (ALIGN(sizeof(struct cmsghdr)) + (l))
cmsghdr           139 os/unix/ngx_posix_config.h #define CMSG_DATA(cmsg)     ((u_char *)(cmsg) + ALIGN(sizeof(struct cmsghdr)))