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

/external/kernel-headers/original/linux/
H A Dsocket.h103 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro
/external/openssh/
H A Ddefines.h509 #ifndef CMSG_SPACE
510 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro

Completed in 147 milliseconds