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

/linux-4.1.27/include/linux/
H A Dsocket.h97 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro

Completed in 79 milliseconds