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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dos-local.c205 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) macro
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Drubysocket.h159 # define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) macro
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_bsd.c252 #ifndef CMSG_SPACE macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h506 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h81 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro
609 #define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsocket.h904 #define CMSG_SPACE(l) (__DARWIN_ALIGN32(sizeof(struct cmsghdr)) + __DARWIN_ALIGN32(l)) macro

Completed in 80 milliseconds