Home
last modified time | relevance | path

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

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