Searched defs:CMSG_LEN (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-local.c208 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) macro
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Drubysocket.h162 # define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomsoc_bsd.c256 #ifndef CMSG_LEN macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h501 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dliblaunch.c58 #undef CMSG_LEN macro
59 #define CMSG_LEN(l) \ macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_defs.h84 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
602 #define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocket.h819 #define CMSG_LEN(l) (__DARWIN_ALIGN32(sizeof(struct cmsghdr)) + (l)) macro

Completed in 147 milliseconds