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

/xnu-2422.115.4/bsd/sys/
H A Dsocket.h819 #define CMSG_LEN(l) (__DARWIN_ALIGN32(sizeof(struct cmsghdr)) + (l)) macro

Completed in 20 milliseconds