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

/freebsd-10.3-release/contrib/unbound/util/
H A Dnetevent.c74 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr))) macro
76 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr))) macro
/freebsd-10.3-release/crypto/openssh/
H A Ddefines.h530 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/freebsd-10.3-release/sys/sys/
H A Dsocket.h514 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro

Completed in 118 milliseconds