Searched defs:CMSG_SPACE (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 94 milliseconds