Searched defs:CMSG_LEN (Results 1 – 5 of 5) sorted by relevance
201 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect() macro
774 static size_t CMSG_LEN(size_t len) { in CMSG_LEN() function
574 #define CMSG_LEN(l) (__CMSG_ASIZE + (l)) macro
94 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro614 #define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
92 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro