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

/freebsd-9.3-release/crypto/openssh/
H A Ddefines.h519 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/freebsd-9.3-release/sys/sys/
H A Dsocket.h546 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro

Completed in 106 milliseconds