Home
last modified time | relevance | path

Searched defs:CMSG_SPACE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_config.h62 #define CMSG_SPACE(l) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(l)) macro
/f-stack/tools/compat/include/sys/
H A Dsocket.h567 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro
/f-stack/freebsd/sys/
H A Dsocket.h573 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro