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

/bionic/libc/include/sys/
H A Dsocket.h109 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/bionic/tools/versioner/current/sys/
H A Dsocket.h109 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro

Completed in 59 milliseconds